
Open the Trigger node
- Open the agent’s Flow.
- Select the Trigger node at the start of the Flow.
- In the sidebar, select the trigger provider and then the configured trigger card.
Configure a Gmail trigger
Selecting a Gmail New Email Received trigger opens its configuration in the Flow sidebar.
Use Add condition and New Group to refine the filters. Select Configure & test when the setup is ready to test.
Configure a webhook trigger
Use a Webhook trigger when another system needs to start a Flow with an HTTP request.- Open the Flow’s Trigger node and add or select the Webhook trigger.
- Copy the webhook URL shown in the trigger configuration. Do not construct the URL by hand.
- Send a JSON
POSTrequest to that URL.
agentId and a taskQuery object with its required query string. You can also provide URLs or Base64-encoded context files when the Flow needs them.
Test before publishing
Use Execute trigger to fetch trigger records and inspect their data before publishing the Flow. Use Execute flow when you want to test the complete Flow with a selected trigger record. After reviewing the trigger and Flow results, publish from the Flow header.Next steps
Creating Flows
Add and configure the other nodes in an agent Flow.
Integrations
Connect the services used by Flow nodes and triggers.
Task Executions
Review runs that start from a trigger.
Publishing and deployment
Review publishing and Flow version history.