Resource
Chatbots
Decision-tree bots with optional LLM fallback for intent-matching and freeform reply.
#About
Chatbots are attached to keywords or lifecycle events. Every node in the graph is typed — message, list, media, handoff, webhook, branch — and bots can hand off to a human agent via the handoff node, which routes the conversation into the inbox resource.
#Endpoints
- GET
/chatbotsList chatbots (decision-tree + LLM-backed). - POST
/chatbotsCreate a chatbot from a serialized node graph. - GET
/chatbots/limitCheck the remaining chatbot-message quota for your plan.
GET
/chatbotsList chatbots (decision-tree + LLM-backed).
SDK
TypeScript
POST
/chatbotsCreate a chatbot from a serialized node graph.
SDK
TypeScript
GET
/chatbots/limitCheck the remaining chatbot-message quota for your plan.
SDK
TypeScript
Response
JSON