object
ChatbotWorkflowNode
Properties
- Name
id- Type
- string
- Description
- Required property.
- Name
type- Type
- enum
- Description
- Required property. Allowed values: start, end, send_message, send_rich_message, wait_for_response, condition, escalate, update_tags, intent_router, webhook.
- Name
data- Type
- object
- Description
- Node-specific data. Webhook nodes use WebhookNodeData.
Related operations
- List chatbotsGET /chatbots
- Create chatbotPOST /chatbots
- Get chatbotGET /chatbots/{id}
- Update chatbotPATCH /chatbots/{id}
- Publish chatbotPOST /chatbots/{id}/publish
- Activate chatbotPOST /chatbots/{id}/activate
- Pause chatbotPOST /chatbots/{id}/pause
- List chatbot versionsGET /chatbots/{id}/versions
- Get chatbot versionGET /chatbots/{id}/versions/{versionId}