Skip to main content
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.

URL Template Variables

These placeholders are replaced with the current contact’s details when an agent clicks the link. All values except {{contact_id}} and {{conversation_uuid}} are URL-encoded automatically.

Examples

Simple lookup by email:
Multiple parameters:
Internal dashboard with conversation context:
Secure integration with encrypted token:
The receiving system decrypts the token to get all contact and agent fields in one payload, without exposing them in the URL.

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.

Decrypting the Token