Workflows
What are workflows?
Workflows are a way to automate your processes. They allow you to create a series of steps that will be executed when a specific event occurs. For example, you can create a workflow that automatically sends an alert to your slack channel upon a stripe payment occurring on your site.
Triggers
A variety of events can trigger workflows. These events can be webhooks, workspace events, or run on a schedule.
Check out the triggers page to learn more about how triggers work.