Endpoint
POST https://embedworkflow.com/api/v1/workflows/{id}/execute
Path Parameters
System-generated unique identifier
Request Body
Type of identifier used in the URL
User's key
Data required to execute the workflow. Key-value pairs that provide context and variables needed during workflow execution.
Response
Returns created.
Response Properties
System-generated unique identifier
Total number of actions in the execution
Number of completed actions
Created at in specified timezone
Created at formatted as human-readable string
Created at in UTC
Data context for the execution
Number of failed actions
System-generated unique identifier
Number of idle actions
Unique key for the execution
Execution log details
Name of the execution
Object type identifier
Number of currently running actions
Current status of the execution
Number of stopped actions
Errors
404
- not found
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "hashid": "6opb4", "actions_count": 0, "completed_actions_count": 0, "created_at": "2025-08-19T11:19:18-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:18Z", "execution_data": { "user_name": "John Doe" }, "failed_actions_count": 0, "id": "0198c2e9-cc9f-7277-af8a-40c7ef19273a", "idle_actions_count": 0, "key": "workflow_15", "log": {}, "name": "Workflow 15", "object": "execution", "running_actions_count": 0, "status": "running", "stopped_actions_count": 0 }