1. Home
  2. Docs
  3. Process Apps
  4. Flow
  5. Triggers
  6. Webhook

Webhook

Webhook Trigger allows you to trigger the Process App from a third-party application. This helps you to make the API call using client ID and client secret for authentication.

Configure Webhook Trigger

To configure a Webhook Trigger, follow the below steps:

  1. After you log in to the Process App, it lands you on the Flow tab.
  2. On the right pane, click Webhook under Triggers.
  3. On the Webhook Trigger window, configure the following details:
    1. App – Select an app from the drop-down list or create a new one. To create a new app, follow the below steps:
      1. From the drop-down list, select Create New.
      2. On the Create New App dialog box, enter the App Name and select the Authentication Algorithm (HS256/RS256) from the drop-down list.
      3. Click Confirm.
    2. Variables – Click + Variable to add process variables. Variables allow you to use data from bots across your process app flow.
  4. Click Done.

Menu