Skip to main content

Trigger Nodes

Trigger nodes answer one question: “What should make this workflow start?” Maybe you want it to run when you get an email. Or every morning at 9 AM. Or when someone fills out a form on your website. Trigger nodes let you choose.
Every workflow needs at least one trigger node. It’s how the workflow knows when to spring into action.

Available Trigger Nodes

Which Trigger Should I Use?

I want my workflow to run when…Use This
I click a button to start itStart
A form is submitted or another app sends dataWebhook
It’s a certain time (daily, hourly, etc.)Scheduled Trigger
Something complex happens that AI can understandAI Lookout
I get an email, Slack message, or something happens in an appApp Trigger
A value I’m tracking changesOn Variable Update

What Information Do Triggers Provide?

Each trigger brings different information into your workflow:
TriggerWhat Information You Get
StartWhatever you type in when you run it
WebhookThe data that was sent (form fields, etc.)
Scheduled TriggerWhen it ran and how many times it’s run
AI LookoutThe content that matched your conditions
App TriggerDepends on the app - email details, message text, spreadsheet rows, etc.
On Variable UpdateThe old value, new value, and which value changed

Can I Have Multiple Starting Points?

Yes! A workflow can have multiple trigger nodes. This means the same workflow can run:
  • When you click a button and on a schedule
  • When you get an email or a Slack message
  • From a form submission and from another app
If you use multiple triggers, make sure your workflow can handle the different information each one provides.

What Happens When I Change Trigger Settings?

If your workflow is already running and you change the trigger settings, CogniAgent restarts it automatically so the changes take effect.

Next Steps