Monday.com data source
Here is basic instruction on how you can setup JSON importer to get needed data:
Step 1. Generate Access Token
- Navigate to Administration.
- Open API section.
- Generate Personal API Token -> Copy the value.
Step 2. Setup Coupler.io JSON importer
- JSON URL: https://api.monday.com/v2/
- Method: POST
- Request headers:
- Authorization: API_TOKEN
- Content-Type: application/json
- Request Body:
- enter your query here to transform in YAML: https://www.json2yaml.com/
- copy YAML value and insert as Request Body
- Path: <<optional, depends on the response structure>>. You can read how to define a path here: https://help.coupler.io/article/229-how-to-define-path-to-selecting-json-objects.