Back to Glossary
apis-automationbeginnerunit-4
Trigger
Definition
An event that starts an automated workflow.
In Plain English
A trigger is like a starting pistol—the signal that sets a process in motion.
Real-World Example
In your automation, "new form submission" is the trigger that starts the workflow to send a welcome email.
Why It Matters for Your Work
Well-chosen triggers make automations reliable and timely. Poor trigger choices cause missed or duplicate actions.
Common Mistake
Setting triggers that fire too often. A trigger on every page view would overload your system.
Related Terms
View Webhook
Webhook
A notification sent automatically from one system to another when something happens.