Workflow Create Chat Actions
List of valid attributes:
| Attribute | Description | Specifics |
|---|---|---|
| previous_action_id | ID of the previous workflow action in the sequence | Optional |
Create
Example response:
{ "data": { "id": "85579c3b-22ea-43b8-ab79-d60d05680be5", "type": "workflow_create_chat_action", "attributes": { "previous_action_id": "9ee58efe-7ce5-4143-99d3-954303b188f3" } }}This endpoint adds a new create chat action to a workflow.
HTTP Request
POST /api/v1/workflows/:workflow_id/create_chat_actions
URL Parameters
| Parameter | Description |
|---|---|
| workflow_id | The ID of the workflow that the action will be added to |