How to integrate with Monday.com

Monday.com is a cloud-based platform that allows users to create their own applications and work management software.

Digioh’s Monday.com integration allows you to capture leads with pop-up forms, lightboxes, surveys, and quizzes, The leads will be created as items in monday.com boards.

Integration Requirements:

If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics.

Steps

1: Add a New Integration

2: Set a friendly name in the Friendly Name field.

3: Select API Form Post in Integration options

4: Form Post URL

Enter Below URL in the Form Post URL field.

https://api.monday.com/v2

5: Select JSON Raw in Post Type.

6: Select Box

Select the box and click Create Integration.

7: Configure Advanced Integration Settings

Set the HTTP method to POST, enter the Header 1 key and value like the below image The Authorization will be placed in Header 1 Key, and The Monday.com Authentication token will be placed in the Header 1 Value.

For Getting the Monday.com API Key.

1- Login to Monday.com

2- Click on the Profile icon

3- Then Click on Admin link

4- On the Admin page click on API Menu

5- Generate and Copy the API Token

Set up your payload in the Raw Data to Send section.

{"query":"mutation {\r\ncreate_item (\r\nboard_id: 2511852843,\r\nitem_name: \"New Suggestion\",\r\ncolumn_values:\r\n\"{\\\"text\\\":\\\"Hello world\\\", \\\"text7\\\" :\\\"Hello world2\\\",\\\"email\\\" :{\\\"email\\\":\\\"test@test.com\\\",\\\"text\\\":\\\"test@test.com\\\"}}\"\r\n) {\r\nid\r\n}\r\n}","variables":{}}

In the above sample Payload, We are passing board_id (This is  Board Id), email, text, text1 are item Fields (These are Board column ids follow this guide to get column ids)

You can get the board_id from the URL.

Once you set up the payload Click on the Save Advanced Settings button.

That’s all you have successfully integrated Monday.com with Digioh.

If you have any questions about setting up your Monday.com integration, send us an email, and we’ll be glad to help!