Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

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

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  5. unify-apps

    FTP/FTPS

    Unify Integrations

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

  6. unify-apps

    Facebook Ads

    Unify Integrations

    Connect your app with Facebook Ads to automate campaign management, optimize ad performance, and track marketing success.

  7. unify-apps

    Snowflake

    Unify Automations

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

  8. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  9. unify-apps

    BambooHR

    Unify Automations

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

  10. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  11. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  12. unify-apps

    Microsoft Teams

    Unify Automations

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

  13. unify-apps

    Jira

    Unify Automations

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

  14. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  15. unify-apps

    Google Calendar

    Unify Integrations

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

#
Platform documentation
Logo
Add Actions
Logo
Hooks

Hooks

Logo

3 mins READ

Overview

Hooks in UnifyApps allow users to trigger child automations directly from an existing node without needing to add a separate node for this purpose. This feature streamlines the design of workflows by reducing redundancy, keeping them clear and efficient while enhancing overall automation flexibility and functionality.

Hooks can be used to trigger any automation that has a trigger type of Callable via automation.

Image
Image

Hooks can be defined at the node level by enabling the hooks toggle in the extended menu of the node.

Understanding Hooks in Nodes

The platform allows you to configure hooks on a node to trigger automations at specific stages of the node's execution. Hooks can be set up in two ways:

  1. Pre-Hook:

    • This triggers the specified automation before the node's execution begins.

  2. Post-Hook:

    • This triggers the specified automation after the node's execution is complete.

Both types of hooks operate in a synchronized manner. This means that subsequent events in the workflow will only proceed once the referred automation triggered by the hook has completed its execution.

Image
Image

Failure Handling

The referenced automation triggered by a hook can be configured to ensure that the node executes without barriers, even if the automation fails. This behavior can be enabled for both pre-hooks and post-hooks via a checkbox in the hook configuration modal.

Image
Image

Setup Process

  • Select the automation to be triggered from a dropdown menu.

  • The input fields from the selected automation will appear below, allowing you to map data pills from the current automation into the referenced automation.

  • Use the checkbox to determine whether the node should continue execution regardless of the referenced automation’s success or failure.

This flexibility ensures robust workflow execution while maintaining seamless integration between automations.