Custom Actions

Last updated: April 30, 2025

Introduction

You can enable custom workflows with your apps that support API integrations by using custom actions.

For example:

📄 Zoom - Add Onboarding User as Alternate Host for Meeting

Steps

SCR-20250430-naaf.png
  1. Navigate to the desired Application in YeshID (Applications > Application Name)

  2. Click the "Connect & Integrate" tab

  3. Scroll down and click "Add Action

  4. Name the action whatever you'd like

    SCR-20250430-nank.png
  5. Configure the Action with parameters:

    1. Method:

    2. Optional Configuration:

      1. URL Parameters (Key, Value)

      2. Headers (Key, Value)

      3. Body: JSON that supports template variables. (See below)

Note that it's necessary to surround variables of type string with quotes (i.e. "{{.User.Email}}"

SCR-20250430-nazt.png

Supported Template Variables

📄 Template Variables