Documentation
Contents

Cancel

Recommended Articles

  1. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  2. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  3. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  4. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  5. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  6. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  7. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  8. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  9. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  10. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  11. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  12. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

  13. unify-apps

    Encoding

    Unify Data

    Convert data effortlessly with advanced encoding

#
Unify Automations
Logo
Setup Triggers

Setup Triggers

Logo

2 mins READ

What is a Trigger?

A trigger is the starting point of an automation; it's what kicks off the automation process. It happens when certain conditions or events occur, such as receiving an email, updating a database record, or even at scheduled times.

Types of Triggers

There are several types of triggers you can use depending on your needs:

Connector-Based Triggers

These triggers work by detecting events within other applications.

For example, if you're using Gmail, Zendesk, ServiceNow, Salesforce, or similar platforms, connector-based triggers can initiate an automation whenever something specific happens in those apps, like getting a new email or a ticket update.

API-Based Triggers

API-based triggers react to API calls. They come in two flavors:

  • Callable Triggers: These can be triggered from within another automation or via API calls. Think of it as a way to manually start an automation process whenever needed.

  • Webhook Triggers: Similar to callable triggers, webhook triggers respond to HTTP requests sent to a specific URL. They're great for integrating with external services that can send webhooks.

Thumbnail

Note

Use callable trigger if you want to send a response back to the api, webhook triggers send a 204 response by default for all successful runs.

Scheduler Triggers

Scheduler triggers are perfect for automating tasks at regular intervals. You can set them up to run daily, weekly, monthly, or even at custom intervals. This is useful for routine tasks like sending out reports or cleaning up databases.