Configure a Webhook

This section provides information about how to configure a webhook that can be added as an instant or schedule action while creating a workflow rule.

To configure a webhook, follow these steps:

  1. Open Bigin Developer Console.
  2. Go to Automate > Workflow > Webhooks.
  3. Click the + Configure Webhook button.

    The New Webhook page appears.

  4. Do the following:
    • For Name, type a name for webhook.
    • For Description, type a description of the webhook.
    • From the Method drop-down list, select the method type. You can select either POST or GET as needed.
    • For URL to Notify, provide the REST API URL of the third-party application.
    • From the Module drop-down list, select a module.
    • For Module Parameters, do the following:
      • In the Parameter Name filed, type the parameter name.
      • From the Parameter Type drop-down list, select a parameter type.
      • From the Parameter Value drop-down list, select a corresponding parameter value.

        You can add multiple parameters by clicking the Add icon.

    • For Custom Parameters, do the following:
      • In the Parameter Name field, type the parameter name.
      • In the Parameter Value field, type the corresponding parameter value.

        You can add multiple custom parameters by clicking the Add icon.

    • For User defined Parameters, do the following:
      • In the Parameter Name field, type the parameter name.
      • In the Parameter Value field, type the corresponding parameter value. You can use # to insert merge fields.
    You can preview the complete webhook URL from the Preview URL section. You can refresh or copy the URL as needed.
  5. Click Save.

A new webhook for a workflow rule is created.