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:
- Open Bigin Developer Console.
- Go to Automate > Workflow > Webhooks.
- Click the + Configure Webhook button.
The New Webhook page appears.
- 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.
- Click Save.
A new webhook for a workflow rule is created.