Skip to main content
Triggers start an agent Flow. Configure them from the Trigger node in the Flow builder, not from a separate agent-configuration page.
Current Flow canvas with the active Gmail trigger selected in the sidebar

Open the Trigger node

  1. Open the agent’s Flow.
  2. Select the Trigger node at the start of the Flow.
  3. In the sidebar, select the trigger provider and then the configured trigger card.
The Trigger sidebar groups triggers by provider. Use Add trigger to set the Flow’s trigger; a Flow has one Trigger node rather than separate parallel triggers.

Configure a Gmail trigger

Selecting a Gmail New Email Received trigger opens its configuration in the Flow sidebar.
Current Gmail New Email Received trigger configuration in the Flow sidebar showing trigger name, Gmail connection, trigger context, filters, and Configure and test
Configure these fields for the trigger: 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.
  1. Open the Flow’s Trigger node and add or select the Webhook trigger.
  2. Copy the webhook URL shown in the trigger configuration. Do not construct the URL by hand.
  3. Send a JSON POST request to that URL.
The webhook endpoint uses this form:
The request body follows the current task-session payload. Include the target 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.
Use the exact URL and trigger-specific requirements shown in the Flow UI. Webhook authentication controls are not documented here because their current configuration surface has not been verified.

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.