Skip to content
GlossaryConceptUpdated May 2026

Trigger

noun · also: action, webhook, polling

What is trigger?

A trigger is the event that starts a workflow — a new email, a form submission, a database change, a schedule firing.

Definition

Full definition of trigger

Triggers are the entry point of every automation. In Tiny Command, triggers come in two flavors: push triggers (a third-party app sends Tiny Command a webhook when something happens) and pull triggers (Tiny Command polls the app on a schedule). Push triggers fire within seconds. Pull triggers fire as often as the polling interval allows.

In practice

Trigger examples

Push trigger
Gmail → New Email. Google sends Tiny Command a notification within seconds of the email landing.
Schedule trigger
Every day at 9am UTC, run a digest workflow.
Used by

Apps that exemplify trigger

See trigger in action across real integrations.

FAQ

Common questions about trigger

Are all triggers real-time?
Push triggers are real-time (sub-second to a few seconds). Polling triggers run on a fixed schedule, typically every 1-15 minutes.