→  OVERVIEW

Stacksync Triggers overview

Stacksync lets you trigger custom workflows in real-time when your data is created, updated, and/or deleted. When a data event happens and matches your custom filters, an HTTP request (or database query) is sent to the endpoint of your choice.
→ ABOUT 
Triggers

Triggers in Stacksync

Automate your workflows by responding instantly to key events across your connected systems. Event triggers let you set up powerful automations that launch whenever a specific event takes place, saving time and reducing manual effort.

Key benefits

  • Real-time automation: Respond to business events instantly, ensuring critical actions never get delayed.
  • No-code simplicity: Set up complex automations without writing a single line of code.
  • Customizable: Tailor triggers to your exact requirements, including filtering by event details or combining multiple triggers for advanced workflows.
  • Scalable: Easily add, edit, or remove triggers as your processes evolve.

Use cases

  • Lead management: Automatically assign new leads to sales reps when a form is submitted.
  • Customer support: Open support tickets or send alerts when specific customer actions occur.
  • Project updates: Notify teams or update project boards when tasks change status or deadlines are modified.
  • Data sync: Trigger data synchronization between systems whenever records are created or updated.

Why use triggers?

Event triggers empower your organization to move from reactive to proactive operations. By automating responses to key events, you reduce manual work, minimize errors, and ensure that critical processes happen exactly when needed. This leads to faster response times, improved accuracy, and a seamless experience for both your team and your customers.

Explore in Stacksync
white right pointing arrow
→  ABOUT

About

Stacksync

Stacksync is a real-time bidirectional data synchronization tool between CRMs (e.g. Salesforce, HubSpot, or SAP) and databases (e.g. Postgres or Google BigQuery). Edits made to data in your CRM will instantly update in your database, and vice-versa.
Right pointing arrow icon
→  FAQS

What are triggers in Stacksync and how do they work?

Triggers in Stacksync are automated workflows that activate when specific data events, such as record creation, updates, or deletions occur in your sync. When the conditions you define are met, Stacksync can send an HTTP request (webhook) or execute a database query, enabling real-time integrations and custom automations across your connected apps.

How do I set up a trigger in Stacksync?

To set up a trigger, go to your Stacksync dashboard, open a sync, and click "Create trigger." You can then configure the trigger by selecting the source app, defining event types (insert, update, delete), and setting custom filters using the no-code editor. The trigger can send data to any HTTP endpoint or run a query in supported databases like Postgres, Snowflake, or BigQuery.

Can I create complex or multiple triggers in Stacksync?

Yes, Stacksync allows you to create unlimited triggers with deep, nested conditions for highly customized workflows. The no-code editor supports advanced logic, and you can add as many triggers as your business needs, there are no system-imposed limits.

What kind of actions can a Stacksync trigger perform?

A Stacksync trigger can perform actions such as sending a webhook to external services (like AWS Lambda, Zapier, or Make), or executing database queries in real time. The payload is fully customizable, and you can map fields between different systems to ensure compatibility, even if column names differ.

How do I prevent unwanted trigger executions in Stacksync?

You can specify a list of fields to ignore when configuring your trigger. If all changes in a record are limited to these ignored fields, the trigger will not fire. This prevents unnecessary executions due to irrelevant system field updates, helping you fine-tune when your automations run.