Sigrid Nicole Ramos <sigrid@captivatechat.com>
Eduardo Villena <ebvjr@captivatechat.com>
For Production use wss://channel.wss.captivatechat.ai/dev?apiKey=API_KEY
For Development use wss://channel-dev.wss.captivatechat.ai/dev?apiKey=API_KEY
{
"action": "sendMessage",
"event": {
"event_type": "conversation_start",
"event_payload": {
"userId": "super-unique-user-id",
"userBasicInfo": {
"firstName": "John",
"lastName": "Doe",
"email": "john@sample.io"
},
"userData": {}
}
}
}
{
"action": "sendMessage",
"event": {
"event_type": "user_message",
"event_payload": {
"type": "message_create",
"client_msg_id": "unique-message-id",
"conversation_id": "6f61b997-6e2c-471e-8481-27a584c5dcdc",
"content": {
"text": "hello"
}
}
}
}
{
"action": "sendMessage",
"event": {
"event_type": "metadata",
"event_payload": {
"metadata": {
"sample_metadata": "oh yeah"
},
"client_msg_id": "unique-message-id",
"conversation_id": "6f61b997-6e2c-471e-8481-27a584c5dcdc"
}
}
}
{
"action": "sendMessage",
"event": {
"event_type": "action",
"event_payload": {
"type": "normal",
"id": "customAction",
"data": {},
"conversation_id": "6f61b997-6e2c-471e-8481-27a584c5dcdc"
}
}
}
{
"action": "sendMessage",
"event": {
"event_type": "conversation_transcript_request",
"event_payload": {
"conversation_id": "6f61b997-6e2c-471e-8481-27a584c5dcdc"
}
}
}