SETNEXT Ultron Triggers
What is a Trigger in SetNext?
Trigger Flow Overview
In SetNext, a Trigger acts as an automation entry point that listens for specific events—such as images, audio, or text inputs—and then initiates a predefined process.
🚀 What is a Trigger?
A Trigger is a user-defined starting event that begins an automated workflow. Based on the input type (like image or audio), your agent responds by activating connected tools, models, or integrations.
description
Learn how triggers automate event-based workflows in SetNext using images, audio, and custom inputs.
📌 Example: Visiting Card Recognition Trigger
In the example shown:
- Trigger Type: Image (Visiting Card Trigger).
- Steps Involved:
- Image Trigger: Detects visual input (visiting card image).
- OCR Module: Extracts text from the detected image.
- Template Module: Predefined data extraction template.
- DynamoDB: Saves extracted data.
- AWS LLM: Optional AI processing (analysis, summarization).
- SendEmail Tool: Sends the processed information as an email.
🛠️ Build Your Trigger
Step-by-Step Guide```
-
Choose a Trigger Type:
- Image Trigger
- Audio Trigger
- Text Trigger (optional)
-
Add Process Steps:
- Connect Image/Audio Processing Tools (like OCR, transcription).
- Link Templates for structured data extraction.
- Connect Database Tools (e.g., DynamoDB).
- Add AI Tools (e.g., AWS LLM).
- Finalize with Utility Tools (like email sending, notifications).
-
Configure and Deploy:
- Define input handling.
- Set up tool configurations.
- Save and deploy the trigger.
🔄 Trigger Flow Example (Image-Based)
VisitingCard Trigger
➡️ Image Trigger
➡️ OCR Processing
➡️ Template Extraction
➡️ Data Save (DynamoDB)
➡️ AI Processing (Optional)
➡️ Send Email Notification