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
Logo
Callable: Trigger from another Automation

Callable: Trigger from another Automation

Logo

3 mins READ

Overview

Trigger from Automation allows you to trigger one automation from another automation. It helps you to break complex automation into simpler, reusable components.

Image
Image

How to Create Child Automation?

It involves configuring an automation that can be called via another automation(the parent automation in this case). This setup allows you to create reusable components in your automation processes.

Here's a step-by-step guide to setting up a child automation:

Step 1: Add Trigger 

Select Callable Trigger, and from the available event types, select “Trigger from automation”.

Image
Image

Step 2: Define setup Schema

The input schema defines the parameters the parent automation will pass to the child. It ensures both automations communicate effectively.

For each field expected from the parent automation, provide the following details:

  • Name: Assign a clear and descriptive name (e.g., "customerId", "orderDetails").

  • Field Type: Specify the type of data (string, number, boolean, object, array).

  • Is optional: Indicate if the parameter is required or optional.

  • Exclude field in runs: Indicates if the field would be included in output JSON or not.

  • Help text: Offer a brief explanation for clarity and future reference.

    Image
    Image

Step 3: Define setup Schema

The Output schema defines the parameters that will be returned to the parent automation. The Result Schema fields are configured in the same manner as mentioned above for setup schema.

Step 4: Perform operations

Define the sequence of actions that will be executed once the automation has been triggered by the parent automation. For example, using Code by UnifyApps to transform the date in Epoch format.

Step 5: Returning Data to Automation

The final step is to return the data to the parent automation. To return the data, map the data pill to the corresponding field in the "Result Schema" section of the "Return data to Automation" action within the callable node.

Image
Image

How to Call child automation?

It involves configuring an automation that is calling another automation.

Thumbnail

Refer

To know more refer to this article.