Choose the trigger first
You select a trigger when creating a workflow. Choose the event that most closely represents the boundary of the automation:
The trigger type cannot be swapped in the editor. You can reopen and change its
configuration, but changing the kind of event requires another workflow.
See Service triggers for account-backed events,
HTTP endpoints and webhooks for inbound requests, and
Scheduling workflows for time-based automation.
Configure the event source
Select the trigger button in the editor header to open its configuration. Settings vary by trigger and may include:- a connected account,
- a subject, label, form, or booking filter,
- one or more schedules and timezones, or
- a unique URL to copy into another system.
Use trigger data
New workflows include a Data from Trigger node. On the canvas it takes the name and color of the selected trigger, and its outputs match that trigger’s event payload. For example:- an email trigger exposes message and sender fields,
- a URL trigger exposes the method, path, headers, query, and body,
- a schedule exposes its timestamp, and
- a sub-workflow exposes the value passed as Data In.
Test with the real event
WorkflowDog does not currently provide a generic Test Run button. To get representative trigger data, save the workflow, enable it, and cause the actual event:- send the matching email,
- submit the configured form,
- call the endpoint,
- create the booking, or
- wait for the configured schedule.