Chatbot triggers
Last updated
GET /v1/chatbots/{chatbotId}/triggers HTTP/1.1
Host: api.chatcaptain.com
x-chatcaptain-key: YOUR_API_KEY
Accept: */*
{
"triggers": [
{
"id": "8Qd7z4W6qm0m5w7e7O3a",
"created": "2025-10-03T18:00:00Z",
"updated": "2025-10-03T18:05:00Z",
"event": "conversation_started",
"payload": "welcome_message",
"actor": {
"flowId": "EeSDw4CwFPqrObmcvNuh",
"stepId": "V1dBTyPkc6BdAxtfRPEm"
}
}
],
"error": "text"
}