Skip to main content

Contact tab

This creates an tab on top of the contact (guest) popup / page and has the same behaviour than the normal contact widget. Here you will have much more space.

App url widget

Available query parameters

The parameters we will send along with the url. E.g. https://example.widget?id={id}&authtoken={authtoken}}&lang=en

  1. id - The unique id of the contact. This is different than the Contact Number.
  2. authtoken - The token you can use to login the user and communicate with the API.
  3. lang the language of the user

Events

This is the object of events we support with the contact widget.

{
height: 300 // height in pixels
refresh: true // if we get this parameter we will refresh the contact
}

Curious how to fire these events? Please read this: App url