Monday
What’s supported
Supported actions
This connector supports:
- Proxy Actions, using the base URL
https://api.monday.com
. - Read Actions including historical backfill (incremental read will soon be supported)
- Write Actions
Supported Objects
The Monday connector supports reading from the following objects:
The Monday connector supports writing to the following objects:
Before you get started
To connect Monday with Ampersand, you need to Create a Monday Account and obtain the following credentials from your Monday App:
- Client ID
- Client Secret
You will then use these credentials to connect your application to Ampersand.
Create a Monday account
You need a Monday account to connect with Ampersand. If you do not have a Monday account, here’s how you can sign up:
- Go to the Monday signup and create a free account using your preferred method.
Creating a Monday app
Once your Monday account is ready, you need to create a Monday application. Learn more about creating a Monday application here.
Add Monday app details in Ampersand
-
Log in to your Ampersand Dashboard.
-
Select the project where you want to add the Monday App.
-
Navigate to the Provider Apps section.
-
Select Monday from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
-
Click Save Changes.
Using the connector
To start integrating with Monday:
- Create a manifest file like the example.
- Deploy it using the amp CLI.
- If you are using Read Actions, create a destination.
- Embed the InstallIntegration UI component.
- Start using the connector!
- If your integration has Read Actions, you’ll start getting webhook messages.
- If your integration has Write Actions, you can start making API calls to our Write API.
- If your integration has Proxy Actions, you can start making Proxy API calls.
Was this page helpful?