Overview
A configuration is provided for establishing connections with the monday service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to monday REST API using COZYROC's REST Connection Manager.
Step 1. You have to generate a token to connect to the service. Please review the instructions posted here on how to generate the token.
Congratulations! You have now established a connection to your monday instance.
In this guide, we will show how to read data from the monday service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the monday service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://api.monday.com/v2
.
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- Token:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
{{=connection.user.Token}}
-
API-version:
2023-10
- [Read] action
-
Endpoint URL address:
/
.
The result is extracted from:{{=utils.ensureArray(response.data)}}
.
The action uses POST method.The action has the following user-defined parameters:
- query: Required. Query statement that will be sent to the GraphQL server.
- variables: Format should be a valid JSON e.g. { "myVar": "myVarValue" }. Optional.
The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createCustomQuery(resource, parameters)}}
- [External]
-
The external fields list is extracted from:
{{=GraphQL.getCustomQueryFields(parameters.query)}}
.
- [Create] action
-
Endpoint URL address:
/
.
The action uses POST method.The action has the following user-defined parameters:
- mutation: Required. Mutation statement that will be sent to the GraphQL server.
- variables: Required. Format should be a valid JSON e.g. { "myVar": "myVarValue" }.
The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createCustomMutation(resource, parameters, item)}}
- [External]
-
The external fields list is extracted from:
{{=GraphQL.getCustomMutationFields(parameters)}}
.
- [Read] action
-
The result is extracted from:{{=utils.ensureArray(response.data[resource.name])}}
.
- [External]
-
The external fields list is extracted from:
{{=GraphQL.getOperationFields(resource.external)}}
.
The external resource list is extracted from: {{=GraphQL.getEntrypointMetadataCombined()}}
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/
.
The action uses POST method.
The result is paginated.The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createQuery(resource, parameters, 'read')}}
-
application/json:
- [Create] action
-
Endpoint URL address:
/
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createMutation(resource, parameters, item, 'create')}}
-
application/json:
- [Update] action
-
Endpoint URL address:
/
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createMutation(resource, parameters, item, 'update')}}
-
application/json:
- [Upsert] action
-
Endpoint URL address:
/
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createMutation(resource, parameters, item, 'upsert')}}
-
application/json:
- [Delete] action
-
Endpoint URL address:
/
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=GraphQL.createMutation(resource, parameters, item, 'delete')}}
-
application/json:
- ShortText
Data type: DT_WSTR ( length 256 )
- LongText
Data type: DT_WSTR ( length 1024 )
- Int
Data type: DT_I4
- Float
Data type: DT_I8
- Bool
Data type: DT_BOOL
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE
What's New
- Breaking Change: Configuration is now based on new GraphQL protocol support.
- Fixed: Modified not to perform pagination for resources that do not support it.
- New: Introduced connection.
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.