object
WorkflowEdge
Properties
- Name
id- Type
- string
- Description
- Required property.
- Name
source- Type
- string
- Description
- Required property.
- Name
target- Type
- string
- Description
- Required property.
- Name
sourceHandle- Type
- string
- Description
- Optional property.
- Name
value- Type
- string
- Description
- Match value within a sourceHandle (e.g. action button value for send_rich_message)
- Name
targetHandle- Type
- string
- Description
- Optional property.
- Name
data- Type
- object
- Description
- Custom edge data (e.g. jump markers, labels)
Related operations
- List journeysGET /journeys
- Create journeyPOST /journeys
- Get journeyGET /journeys/{id}
- Update journeyPATCH /journeys/{id}
- Publish journeyPOST /journeys/{id}/publish
- Activate journeyPOST /journeys/{id}/activate
- Pause journeyPOST /journeys/{id}/pause
- List journey versionsGET /journeys/{id}/versions
- Get journey versionGET /journeys/versions/{versionId}
- 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}