The MyRent integration connects your MyRent (my-rent.net) property management account to Totebot. Once connected, your AI assistant can search your rental catalog, return live property details, check availability, and capture booking inquiries — directly in any conversation. To access this integration, navigate to Integrations → Channels → MyRent in your dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.totebot.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you need
Two credentials from your MyRent account settings:- User key — exposed as
user_guidin MyRent - B2B key — exposed as
b2b_guidin MyRent
Setup instructions
Set the default currency
Three-letter ISO code (e.g.
EUR, USD). Used when MyRent doesn’t return a currency on a price.(Optional) Website name and URL template
If you want the assistant to link properties back to your own website, set the Website name (shown on the “View on …” button) and the Website URL template.The template supports these placeholders:
{slug}— property slug{property_id}— numeric MyRent property id{id_hash}— hashed id used in some MyRent URLs
https://example.com/villa/{slug}What the agent can do
After connecting, the assistant gets the following capabilities:- Search properties by location, dates, guest count, bedroom count, amenities, and free-text query.
- Fetch property details including description, photos, capacity, bedrooms, bathrooms, area, address, star rating, amenities, and distances to local points of interest.
- Open the property page on your own website when a URL template is configured.
Dashboard
After connecting, the MyRent integration view has two tabs:Status
Shows whether the integration is enabled and how many properties Totebot can see from your account. The Edit configuration button opens the same setup form for updating credentials, currency, or the website URL template.Properties
Lists every property Totebot is syncing from your MyRent account. Each row links to a detail page that shows the full description, photo gallery, capacity stats, amenities, distances, and a link out to your website (if configured).Troubleshooting
“Invalid MyRent credentials” — double-check that the values you pasted matchuser_guid and b2b_guid in your MyRent account exactly. Both keys are required.
“No properties listed” — confirm the integration is Enabled in the Status tab, and that your MyRent account has at least one published property. Disabled or draft listings won’t show up.
Property links go to the wrong place — verify your Website URL template uses one of the supported placeholders ({slug}, {property_id}, {id_hash}) and that your site actually serves that URL pattern.