Lleverage Documentation
WebsiteLegalPlatform
  • Get Started
    • Introduction
    • Co-Pilot
    • FAQ
  • Key Terms
  • Action Guide
    • Triggers
    • Output
    • Prompt
    • Agents
  • Extracting Information
  • Using Information
  • Custom Code
  • Subworkflows
  • Knowledge Bases
  • Intergrations
  • Canvas Guide
    • Canvas Controls
    • Action Cards
    • Action Connections
    • Variables and Data Flow
  • The Run Panel and Testing
  • Error Handling
  • Publishing Guide
    • How to Publish
    • API Endpoint
    • Chat App
    • Form App
    • Integration Configuration
    • Scheduling Workflows
  • Sharing
  • Settings
    • Account Setup
  • Projects
  • Subscription Management
  • Sharing & User Permissions
  • Technical
    • Models
    • Security & Performance
  • Analytics & Monitoring
  • Support
    • Release Notes
      • April 2025
      • March 2025
      • February 2025
      • January 2025
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
    • Getting Help and Troubleshooting
Powered by GitBook
On this page
  • Trigger Types
  • How to Add a Trigger
  • How to Switch a Trigger
  • How to Configure a Form Trigger
  • How to Configure a Chat Trigger
  • How to Configure an API Call Trigger
  • How to Configure a Schedule Trigger
  • How to Configure an Integration Trigger
  • Important Notes
  1. Action Guide

Triggers

Triggers are the starting points of any workflow in Lleverage. They determine how your workflow is initiated and what form it will take when published. Triggers define the entry point for your automat

Last updated 1 day ago

Trigger Types

  • Form: Collects input through a traditional form interface

  • Chat: Creates a conversational interface for your workflow

  • API Call: Starts with a request from your application

  • Schedule: Runs on a recurring schedule or at specific times

  • Integration: Triggers based on events from external applications

💡 You can have multiple triggers for multi-step workflows, but your primary trigger determines the publishing state of your workflow.

How to Add a Trigger

  1. Open the canvas in the Workflow Studio

  2. Locate the box that says "What starts this workflow? Select an action trigger"

  3. Click on the box to see the available trigger options

  4. Select your preferred trigger type (Form, Chat, API Call, Schedule, or Integration)

  5. Configure the settings specific to your selected trigger

How to Switch a Trigger

  1. Look for the icon in the top right corner of your trigger action (arrows pointing right and left)

  2. Click on this icon to open the trigger selection menu

  3. Choose from the five available trigger types to replace your current trigger

  4. Configure your new trigger as needed

💡 Switching triggers allows you to easily change how your workflow starts without rebuilding your entire automation.

How to Configure a Form Trigger

  1. Select "Form" as your trigger type

  2. Click "Add Field" to create a new input field

  3. Enter a label for your field in the text box

  4. Select the field type by clicking the icon on the right (options include Text, Number, Toggle, File, List, and Object)

  5. Check the "Required" box if users must complete this field

  6. Add additional fields as needed by repeating steps 2-5

  7. Use the delete icon (right side) to remove unwanted fields

⚠️ Required fields must be filled out by users before the form can be submitted.

How to Configure a Chat Trigger

  1. Select "Chat" as your trigger type

  2. No additional configuration is needed for basic setup

  3. This trigger creates a conversational interface that will save chat memory

💡 Chat triggers are ideal for creating chatbot experiences within your workflow.

How to Configure an API Call Trigger

  1. Select "API Call" as your trigger type

  2. Click "Add Field" to create input parameters for your API

  3. Enter field names and select appropriate data types

  4. Under "Authentication," select either "Lleverage API Token" (recommended) or "None"

⚠️ If you publish with Lleverage API Token enabled, you'll need to specify this in your embedded code using your organization's settings.

How to Configure a Schedule Trigger

  1. Select "Schedule" as your trigger type

  2. Choose between "Specific Time" or "Intervals"

  3. For Specific Time:

    • Set the hour and minute

    • Select AM or PM

    • Choose the date

  4. For Intervals, select a frequency:

    • Every 5, 10, 15, or 30 minutes

    • Every 1, 2, 4, 6, or 12 hours

💡 Scheduled triggers allow your workflow to run automatically without manual intervention.

How to Configure an Integration Trigger

  1. Select "Integration" as your trigger type

  2. In the "Search App" field, type or scroll to find your provider (e.g., Gmail)

  3. Select the provider from the list

  4. Choose an action that will trigger your workflow (e.g., "New Sent Email")

  5. Complete the authentication by selecting "Online Authentication"

  6. Configure any optional properties provided by the integration

⚠️ Understanding variables is important when working with Forms and API Calls, as they create output variables that can be used throughout your workflow.

Important Notes

  • Each trigger has a natural language description at the top of its action to help you understand its function

  • Your choice of trigger determines what your workflow will become when published:

    • Form triggers publish as forms

    • Chat triggers publish as chat interfaces

    • API Call triggers publish as API endpoints

    • Schedule triggers publish as scheduled tasks

    • Integration triggers publish as integration-driven automations

  • Triggers can be enabled or disabled to prevent unforeseen workflow runs

💡 For more information about variables and how they work with triggers, visit the Variables section in the documentation.

Trigger Selection
Workflow Type Switching
Form Field Trigger with options of input fields
Chat Trigger
API Trigger
Spcific Time Schedule
Intervall Time Schedule
Trigger Selection in Workflow studio