Trigger workflow

Trigger workflow

Endpoint

POST https://embedworkflow.com/api/v1/trigger

Request Body

user_key string, optionaldefault: main

User's key

execution_data object, optionaldefault: [object Object]

Data required to execute the workflow. Key-value pairs that provide context and variables needed during workflow execution.

event string, optional

The trigger's key

workflow_ids string, optional

Array of workflow ids.

workflow_keys string, optional

Array of workflow keys.

Response

Returns the requested resource.