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

    JobNimbus

    Unify Integrations

    Integrate your application with JobNimbus to manage leads, track jobs, and streamline your workflow processes efficiently

  3. unify-apps

    IMAP

    Unify Integrations

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

  4. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  5. unify-apps

    QuickBooks

    Unify Integrations

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

  6. unify-apps

    FTP/FTPS

    Unify Integrations

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

  7. unify-apps

    Filters

    Unify Applications

    Enable users to refine, search, and sort data effortlessly across dashboards and datasets

  8. unify-apps

    Insided

    Unify Integrations

    Integrate your app with Insided to enhance customer engagement, streamline community management, and drive self-service support.

  9. unify-apps

    Facebook Ads

    Unify Integrations

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

  10. unify-apps

    Gainsight

    Unify Integrations

    Integrate your app with Gainsight to enhance customer success, automate engagement workflows, and drive retention

  11. unify-apps

    Livestorm

    Unify Integrations

    Integrate your app with Livestorm to streamline webinar hosting, automate event management, and enhance audience engagement.

  12. unify-apps

    Snowflake

    Unify Automations

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

  13. unify-apps

    Pipeline CRM

    Unify Integrations

    Integrate your app with Pipeline CRM to streamline sales processes, automate lead management, and enhance customer relationships

  14. unify-apps

    Cognito Forms

    Unify Integrations

    Integrate your app with Cognito Forms to create custom forms, automate data collection, and streamline workflows

  15. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  16. unify-apps

    BambooHR

    Unify Automations

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

  17. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  18. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

#
Unify Automations
Logo
API Groups

API Groups

Logo

8 mins READ

Overview

API Groups play a crucial role in organizing and managing API, grouping them according to their access patterns to streamline user interactions with APIs.

For example, a group of Salesforce endpoints configured for use by the Sales team should be organized into an API Group.

Each automation or process within your system can be transformed into a dedicated API, which gets executed whenever the API is called.

Accessing API Groups

To view or create API Groups, navigate to the API manager section. Here, you will find all the groups available within your workspace.

Image
Image

Creating your first API Groups

You can create your first API Group by clicking on “New API Groups” on the top right corner. Follow the prompts to create your API Groups. This may involve entering the following fields

  1. Name Your API Group: Fill in the Group Name for your API collection. For instance, you can enter “UnifyApps task assignment”.

  2. Add Description: Include a comprehensive description to define the purpose or functionality of your collection, enhancing clarity for future reference.

  3. Define Path: Determine the URL path that will serve as the access point for your API group. For instance, entering "UnifyApps-task-assignment" results in a URL structure like "https://api-platform-global.ext-alb.qa.unifyapps.com/api/UnifyApps -task-assignment/{API path}".

  4. Specify Version: Enter the Version you want to give to your collection. You can enter something like 1.0 or v1.

  5. Policies: API Policies helps manage and govern the access of API. you can attach multiple policies to an API and can specify the order of execution of the policies by simply dragging the API policies.

    Image
    Image

Exporting API Groups

To share or save the specifications of your API groups, use the "Export API Groups" at the top right of the API group’s page. This tool generates a YAML file containing all API details, making it convenient for sharing.

Image
Image