object
ChatbotWorkflowNode
Properties
- Name
id- Type
- string
- Description
- Required property.
- Name
type- Type
- string
- Description
- Workflow node type identifier.
- Name
data- Type
- object
- Description
- Node-specific data. HTTP request nodes use HTTPRequestNodeData.
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}