🧭 Two ways to show your inbox
You can embed either a single conversation or your entire inbox.Option 1: Single conversation
Show only one customer chat — perfect for displaying the chat directly in your ERP next to a contact. 👉 URL format:Option 2: Full inbox
Display all your conversations in one view. 👉 URL:🧩 How to get the conversation for a contact
If you want to show the chat for a specific customer, you’ll need their conversation ID. Here’s how to find it via the API (for example, using theexternal_id):
1️⃣ Get the conversation by external ID
conversation.id in the response — use it in your embed link.
🔑 Create an Employee Token
If you don’t have an employee token yet, you can create one in your hellomateo account:- Go to Settings → Integrations → Employee Tokens
- Click Create Employee Token
- Enter a token name, select the employee, and click Create Token
- Copy and save the token — it will only be shown once
📧 Pre-filling Conversations via URL
You can now create links that automatically pre-fill conversation recipients. Users will review and confirm before sending.URL Format
Required Parameters
channel_id: The UUID of your channel (get this from your channel settings)handle: Comma-separated recipient handles (phone, email, etc.)
⚠️ Important: URL Encoding
Special characters MUST be encoded:
Please note that if you don’t want to encode it manually (recommended), then enter the handles normally with the symbols and let the AI encode ONLY THE PARAMATERS and not the whole url