Skip to main content
A trigger is the event that starts a workflow execution. Every workflow has a Trigger step as its entry point.
Select a trigger modal

Trigger categories

Triggers come in two categories: Anyreach (built-in conversation events) and External Apps (Pipedream-connected services).
Anyreach trigger options

Anyreach triggers

Conversations

Conversation trigger types

Timer

Conversation trigger types
Fires the workflow on a recurring schedule — every hour, every day at 9am, every Monday, or any custom cron expression. Use for: nightly sync jobs, daily reports, periodic cleanup, recurring outreach. See Timer trigger.

External Apps triggers

Connect 2,000+ external apps. Anyreach receives the event payload and runs the workflow. Examples:
  • Slack message in a channel → workflow that processes the message
  • Google Sheets row added → workflow that acts on the data
  • Stripe invoice.paid → workflow that updates your CRM
  • Shopify orders/create → workflow that places a thank-you call

How trigger type maps to execution mode

See Sync vs async for details.