Automation triggers in Savant let you run analyses automatically based on events, like receiving an email or triggering a webhook. With Email and Webhook triggers, you can connect your analyses to other systems and save time on manual work.
How to Set Up an Email Trigger
1️⃣ Go to the Automation page for your Analysis.
2️⃣ Click + Trigger
3️⃣ Select Email as the trigger type and click Save.
4️⃣ Copy the auto-generated trigger email address.
Add this address as a recipient in your email and send an email to the address to run the Analysis.
Note: You can reuse this email address as often as needed. To disable the email trigger, toggle it off on the Automation page.
Example Use Case:
A sales team needs real-time updates on open opportunities when new sales reports arrive. By enabling the Email Trigger, they forward the report to the trigger email address (manually or via an email rule). Savant runs the Analysis automatically, keeping the team updated with fresh insights.
How to Set Up a Webhook Trigger
1️⃣ Go to the Automation page for your Analysis.
2️⃣ Click + Trigger
3️⃣ Select Webhook as the trigger type and click Save.
4️⃣ Copy the auto-generated webhook URL.
You can integrate this webhook with:
API tools like Postman or Savant’s Generic API tool
Automation platforms like Zapier, Power Automate, or UiPath
Note: To disable the webhook trigger, toggle it off on the Automation page.
Example Use Case:
A marketing team needs up-to-date sentiment data whenever customers submit feedback via an online form. By setting up the Webhook Trigger, the form submission sends a POST request to Savant, automatically running the Analysis and updating the sentiment insights.
Rate Limits
To ensure smooth performance, Savant enforces these limits:
1 Trigger per Second: Extra requests within the same second are ignored.
10-Run Queue Limit: Only 10 runs can queue at a time per analysis. Additional triggers are ignored until space is available.