Tool to create a trigger that fires when a source workflow emits an event. Use when you need to chain workflows together, triggering one workflow based on events from another. Common use case: trigger data processing workflow when scraping workflow finishes.
enabledbooleanWhether the trigger is enabled. Set to false to temporarily disable without deleting.
eventTypeRequiredstringEvent type that triggers the target workflow. Most common: 'workflow_finished' to trigger when source completes successfully.
workflowIdRequiredstringID of the source workflow that will emit events to trigger the target workflow
targetWorkflowIdRequiredstringID of the workflow to trigger when the source workflow emits an event
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.