Set up bi-directional webhook for the monday.com spoke
Configure a webhook to subscribe to monday.com with a ServiceNow callback URL.
Before you begin
- Request an Integration Hub subscription.
- Activate the monday.com spoke.
- Set up the monday.com spoke.
- Role required: admin.
Register the monday webhook in ServiceNow
Register a monday webhook in ServiceNow to notify the ServiceNow app when certain events occur in monday.com
Before you begin
Role required: admin
Procedure
Navigate to All > Monday Spoke > Webhook > Routing Policies > Webhook Registry.
Click New.
On the form, fill in the fields.
Field Description Name Name to uniquely identify the webhook registry. For example, monday spoke webhook registry.Path monday webhook path. Token Authentication token from your ServiceNow instance which is used for validating monday.com spoke requests. Right-click the form header and click Save.
Click Callback URL.
The system displays the webhook callback URL.
Copy and record the webhook callback URL.
Result
The monday webhook is registered in your ServiceNow instance and callback URL is generated.
Add a callback URL in monday.com
Specify a webhook callback URL in your monday account to create a webhook.
Before you begin
- Register monday webhook and generate callback URL in your ServiceNow instance.
- Role required: admin
Procedure
Login to monday.com.
Navigate to Workspace > Integrate > Integrations Center > Webhooks > Add to board.
Open a workspace and right-click on Integrate.
In the Integrations Center tab, click Webhooks.
Select an event type and click Add to board.
Specify the generated callback URL from ServiceNow instance and click Connect.
Customize the bi-directional webhook in the monday.com spoke
Create a webhook routing policy and customize a subflow according to your requirements.
Before you begin
Role required: admin
Procedure
Navigate to All > Process Automation > Flow Designer.
Click Subflows.
Create a copy of one of the available sublflows.
Customize the subflow according to your requirement and publish it.
Navigate to Monday Spoke > Routing Policies.
Click New.
On the form, fill in the fields.
| Field | Description |
|---|---|
| Label | Unique label to identify the routing policy. |
| Answer | Option to specify if this answer is the default answer. Default answer is applicable when the conditions are not met.1. Click the Lookup icon. 2. Select the required subflow from the Document: list. Note: Ensure that the Table name is Flow [sys_hub_flow]. |
| Condition | Conditions to be met when the incoming webhook delivers data from monday.com. |
Click Submit.
Note: These routing policies are saved in the Decision tables. Users are cautioned against directly updating or modifying data in these tables.