Skip to main content

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.

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 IntegrationsChannelsMyRent in your dashboard.

What you need

Two credentials from your MyRent account settings:
  • User key — exposed as user_guid in MyRent
  • B2B key — exposed as b2b_guid in MyRent
Both are UUID-shaped strings. Totebot validates them against the MyRent API before saving, so you’ll know immediately if anything is off.

Setup instructions

1

Open the integration

In your Totebot dashboard, go to Integrations and under MyRent click Connect.
2

Paste your User key

Paste the user_guid value from your MyRent account.
3

Paste your B2B key

Paste the b2b_guid value from your MyRent account.
4

Set the default currency

Three-letter ISO code (e.g. EUR, USD). Used when MyRent doesn’t return a currency on a price.
5

(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
Example: https://example.com/villa/{slug}
6

Save

Click Save. Totebot validates the keys against MyRent and stores them encrypted.
Once saved, the integration is enabled by default and your agent can start answering property questions.

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 match user_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.