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
Overview

Overview

Logo

4 mins READ

Introduction

In callable automation, we have to configure the schema for each callable automation and we might need to define the same schema for multiple callable automation.

To reduce manual effort and ensure scalability, define a schema once using an automation interface and reuse it across automations.

Image
Image
Image

Create Automation Interface

  • To create a New Automation Interface go to the automation interface in the left navigation pane.

  • Click on create “New Automation Interface” button to create a new Interface

  • Provide the name and description for the Automation interface.

  • You can create setup and result schema by uploading JSON schema or manually configuring the setup and result schema fields.

  • The Setup schema of the interface will serve as the setup schema for callable automation.

  • The Result schema will serve as the result schema for the callable automation.

Image
Image

Use Automation Interface as Trigger in Automation

  • Set up trigger as a callable interface.

  • Select the interface in the Setup tab which you want to use, from the available interfaces in the dropdown.

  • Once the interface is selected, the setup and result schema of the interface are populated in the automation trigger.

  • The Setup schema of the interface defines the parameters the parent automation will pass to the child.

  • The Output schema of the interface defines the parameters that will be returned to the parent automation.

Image
Image

Call an Automation Interface

Users can call an automation interface by using the call an interface action within callable Node.

  • Users can select which callable Interface you want to refer.

    Image
    Image

  • Now users have the capability to call different automation using the same interface based on conditional criteria as shown in the example below.

  • Using this you can call multiple different automations using same interfaces which helps in achieving scalability.

  • You can also select one Default/ fallback automation when none of the criteria above it matches. This automation will be called when the rest of them don’t match.

  • You can map the input for the automation to be called below in the same node.

    Image
    Image