Context Links are buttons in the conversation sidebar that open external URLs with contact and conversation details filled in. Agents click them to jump to CRMs, billing systems, or internal dashboards without copy-pasting identifiers.Documentation Index
Fetch the complete documentation index at: https://docs.libredesk.io/llms.txt
Use this file to discover all available pages before exploring further.
URL Template Variables
These placeholders are replaced with the current contact’s details when an agent clicks the link.| Variable | Description |
|---|---|
{{email}} | Contact’s email |
{{phone}} | Contact’s phone number |
{{phone_country_code}} | Contact’s phone country code |
{{external_user_id}} | Contact’s external user ID |
{{contact_id}} | Contact’s internal Libredesk ID |
{{first_name}} | Contact’s first name |
{{last_name}} | Contact’s last name |
{{conversation_uuid}} | UUID of the current conversation |
{{token}} | Encrypted token containing all fields (requires secret) |
{{contact_id}} and {{conversation_uuid}} are URL-encoded automatically.
Examples
Simple lookup by email:Encrypted Token
When you use{{token}}, Libredesk generates an AES-256-GCM encrypted, time-limited token containing all the above fields plus agent_id, agent_email, iat, and exp. The receiving system decrypts it with the shared secret.

