Promptles
Automation & Scripting

Trigger

beginner

Definition

An event that starts an automated workflow. Instead of running on a schedule, triggered automations respond to something happening: a file being uploaded, a form being submitted, or code being pushed to a repository.

In the wild

A GitHub webhook triggers your deploy pipeline every time someone pushes to the main branch. You don't click 'deploy': the push event triggers it automatically.

More from Automation & Scripting