Send JS event

Send a custom json event to the clustaar webchat.

Available on :

  • clustaar webchat
AttributeTypeRequiredDescription
typestringalways send_text_action
eventstringthe custom event name (event_length>=1, event_length<=200)
{
    "type": "send_js_event_action",
    "event": "test-event"
}