Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt

Use this file to discover all available pages before exploring further.

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

TriggerCategoryDescription
Manual InputCoreStart a workflow on demand with user-defined input fields.
WebhookCoreStart a workflow via an incoming HTTP request from an external system.
ScheduleCoreStart a workflow automatically on a recurring cron-based schedule.
File UploadCoreStart a workflow when one or more files are uploaded.
EmailCommunicationStart a workflow when a matching email is received in Gmail or Office 365.
Odin Meeting EndCommunicationStart a workflow when an Odin-recorded meeting ends and notes are generated.
Telegram: New MessageCommunicationStart a workflow when the Telegram bot receives a new message.
Google Forms: New ResponseGoogleStart a workflow when a new response is submitted to a Google Form.
Google Sheets: New RowGoogleStart a workflow when a new row is appended to a Google Sheet.
Google Sheets: New or Updated RowGoogleStart a workflow when a row is added or modified in a Google Sheet.