For the complete documentation index, see llms.txt. This page is also available as Markdown.

Triggers

A Trigger is what starts your workflow. Every workflow listens for an event or condition and fires the workflow when that condition is met.

Trigger Types

Stacksync supports multiple built-in trigger types

Trigger
Best for

Receive Webhooks/HTTP Events

Webhooks, manual runs, external system integrations

Automated Schedule

Recurring syncs, automated reports, polling

Email Trigger

Processing inbound emails, invoices, notifications

App Triggers

Stacksync supports app-specific triggers from your connected integrations. For example, firing a workflow when a new record is created in Salesforce or when a payment is received in Stripe.

Browse all available triggers from the trigger selection menu in the workflows

Receive Webhook/HTTP EventsAutomated ScheduleEmail TriggerApp Triggers

Last updated