ServiceNow Connector App Document

REST message Configuration

REST messages allow ServiceNow to communicate with monday.com through API calls. This configuration ensures that ServiceNow records and attachments are properly synced between both platforms in real-time.

The user must complete the REST Message configuration for the following cases:

Case 1 - Creating and Updating an item.

This configuration ensures that when a record is created or updated in ServiceNow, a corresponding item in monday.com is either created or updated.

Case 2 - Uploading an Attachment.

This configuration ensures that any attachment added to an incident or task in ServiceNow is automatically synced and reflected in the corresponding item on monday board.


Follow the steps below to configure REST messages on the ServiceNow platform.

Step 1: Go to your ServiceNow account.

Step 2: Click on All -> Search REST Message -> Click on REST Message under System Web Services.

25.PNG

Step 3: Click on New.

8.PNG

REST Message New record window will appear.

Step 4: Configure REST Messages for the following cases.

Case 1 - Creating and Updating an item
  1. Add Name - MondayGraphQLAPI

  2. Add Description - monday.com graphql

  3. Add Endpoint - https://api.monday.com/v2

  4. Click on Submit.

27.PNG

After submitting, you will be redirected to the REST Message window.

  1. Click on MondayGraphQLAPI

28.PNG
  1. Go to HTTP Methods. Click on New.

image-20260511-091519.png
  1. Add below HTTP Methods.

1. fetchBoardData

  1. Add Name - fetchBoardData

  2. Select HTTP Method - POST

  3. Add Endpoint - https://api.monday.com/v2

  4. Go to HTTP Headers.

  5. Double-click on Name and enter Authorization.

  6. Double-click on Value and add your monday service user ID access token.

  7. Double-click on Name and enter Content-Type.

  8. Double-click on Value and add application/json.

34.PNG
  1. Click on Submit.

2. Default GET

  1. Add Name - Default GET

  2. Select HTTP Method - GET

  3. Add Endpoint - https://api.monday.com/v2

35.PNG
  1. Click on Submit.

3. AttachmentToMonday

  1. Add Name - AttachmentToMonday

  2. Select HTTP Method - POST

  3. Add Endpoint - https://snowprod.empyra.com/msnow/recieve-file-snow

  4. Go to HTTP Headers.

  5. Double-click on Name and enter Content-Type.

  6. Double-click on Value and add application/json.

36.PNG
  1. Click on Submit.

MondayGraphQLAPI REST Message will be configured successfully.

Case 2 - Uploading an Attachment.
  1. Add Name - MondayAttachmentRestMessage

  2. Add Description - This is for service to monday attachment

  3. Add Endpoint - https://snowprod.empyra.com/msnow/

37.PNG
  1. Click on HTTP Request.

  2. Double-click on Name and enter Content-Type.

  3. Double-click on Value and add application/json.

  4. Double-click on Name and enter Accept.

  5. Double-click on Value and add application/json.

40.PNG
  1. Click on Submit.

After submitting you will be redirected to the REST Message window.

  1. Click on MondayAttachmentRestMessage.

38.PNG
  1. Go to HTTP Methods. Click on New.

29.PNG
  1. Add below HTTP Method.

1. ServiceNowMondayAttachement

  1. Add Name - ServiceNowMondayAttachement

  2. Select HTTP Method - POST

  3. Add Endpoint - https://snowprod.empyra.com/msnow/recieve-file-snow

  4. Go to HTTP Headers.

  5. Double-click on Name and enter Content-Type.

  6. Double-click on Value and add application/json.

41.PNG
  1. Click on Submit.

MondayAttachmentRestMessage will be configured successfully.

Once the REST Message configuration is completed, your ServiceNow setup is fully integrated. The next step is to add Recipes to your monday boards to automate workflows.

Add recipes to monday board