External Workflow: Execute¶
Plugin ID: eca_external_workflows_execute
Available since: 1.0.0
Execute workflows on external automation services like Pipedream, n8n, Zapier, and other workflow automation platforms.
Fields¶
Workflow provider— config key:provider-
Select the external workflow service to use.
Type:
select· Required: yes · Default: empty stringAllowed values:
'' Workflow identifier— config key:workflow_id-
The workflow identifier (webhook URL, workflow ID, etc.). Use tokens like [entity:uuid] or [node:title].
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Payload data— config key:payload_data-
The data to send to the workflow in JSON or YAML format. Use ECA tokens like [entity:field_value]. Example: {"title": "[node:title]", "user": "[current-user:name]"}
This field supports tokens.Type:
textarea· Required: no · Default: empty string Result token name— config key:result_token-
Token name to store execution results. Use in subsequent actions like [token:workflow_result:success] or [token:workflow_result:response_data]. Please provide the token name only, without brackets.
Type:
textfield· Required: yes · Default: empty string