Integration Configuration
Integration Triggers in Lleverage allow your workflows to run automatically based on events from external systems. Once configured, these triggers can be activated to respond to external events in real-time, providing automated responses without manual intervention.
Key Features
Automatic workflow execution based on external events
Schedule information for monitoring trigger execution
Mock testing capabilities with sample data
Ability to toggle triggers on and off
Backend automation that runs without user intervention
How to Test Integration Triggers
Select your already-configured Integration trigger in the workflow
Go to the Run Panel in the top right corner
The Run Panel will display input options and sample data
Use the dropdown to select mock data for testing
Click "Run Workflow" to test how it handles the sample data
Review the results to ensure proper functionality
💡 Testing with mock data allows you to verify your workflow logic before activating it for real external events.
How to Activate and Deactivate Integration Triggers
After your workflow with an Integration trigger is ready for use
Click the "Publish" button in the top right corner
The Publish Panel will open, showing the activation toggle
Toggle the switch ON to activate your integration trigger
Toggle the switch OFF to deactivate it temporarily
The activation status is also visible in the top bar of the editor
⚠️ When active, integration triggers will automatically run your workflow whenever the specified event occurs, which may consume workflow runs from your plan.
How to Monitor Integration Trigger Execution
After publishing, check the Publish Panel for scheduling information
This information shows when your integration is scheduled to check for events
To view past executions, go to the workflow's logs or history
Monitor successful runs and any errors that occur
Make adjustments to your workflow as needed based on execution results
💡 Regular monitoring helps ensure your integration triggers are functioning correctly and responding to events as expected.
Understanding Integration Execution
Integration triggers run in the Lleverage backend system
When published and activated, they listen for events from the external system
When an event is detected, the workflow automatically executes
No user interface is presented during execution
Results are processed according to your workflow configuration
💡 Since integration triggers run in the background, it's important to include appropriate notification actions if you need to be alerted when they execute.
Working with Integration Trigger Data
Integration triggers receive data from external systems when events occur
This data is made available to subsequent nodes in your workflow
Use the @ method or {{ }} method to reference integration data in your workflow
Test your workflow with mock data to understand the data structure
Build your workflow logic to process this data appropriately
⚠️ The data structure from integration triggers depends on the specific external system and event type. Always test with sample data first to understand what's available.
Best Practices for Managing Integration Triggers
Regularly check active integrations to ensure they're still needed
Deactivate integrations when they're not in use to save on workflow runs
Use descriptive names for integration trigger workflows for easy management
Monitor execution logs to catch and address any recurring errors
Update authentication credentials proactively to prevent disruptions
💡 For more efficient management, group related integration triggers in the same project to maintain oversight of interconnected systems.
Last updated