Send a custom json event to the clustaar webchat.
Available on :
- clustaar webchat
Attribute | Type | Required | Description |
---|---|---|---|
type | string | ✓ | always send_text_action |
event | string | ✓ | the custom event name (event_length>=1, event_length<=200) |
{
"type": "send_js_event_action",
"event": "test-event"
}