Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Deep linking


Open a conversation

open-a-conversation page anchor

You can open a specified conversation by the CONVERSATION_SID, for example: CHa5b4bc3621484ca99cfbbaaeb6e8200d.

frontline://conversations/{CONVERSATION_SID}

You can deep link an individual customer's details by specifying the CUSTOMER_ID. The customer_id is a unique property from the Customer object that is returned from the CRM callback.

For the customer_id property, you can use any of the following characters:

  • Any letter from "a" to "z" (lowercase)
  • Any letter from "A" to "Z" (uppercase)
  • Any number in the range of 0 to 9
  • The "_" character
  • The "-" character

For more information on setting the CRM callback and accessing the customer_id, see the guide on configuring the "My Customers" list in Frontline.

frontline://customers/{CUSTOMER_ID}