Automation Events
Automation Events
If you would like to enhance your automations you can add your own events to our API. To enable this, use the following function with the name of your event.
tidioChatApi.track('eventname');
The event name must be a string with a maximum of 128 characters and cannot contain curly braces ({}
).
Updated about 1 month ago