Skip to main content
A trigger is the first node in every Odin workflow. Without a trigger, a workflow cannot run. Triggers determine the entry point for execution and make their output variables available to every downstream node.
Every workflow must begin with exactly one trigger. You cannot add more than one trigger to a single workflow.

Trigger categories

Core

General-purpose triggers for manual runs, scheduled execution, HTTP requests, and file uploads.

Communication

Triggers that fire in response to incoming emails, the end of an Odin-recorded meeting, or a Telegram bot message.

Google

Triggers that react to activity in Google Forms and Google Sheets.

All triggers at a glance