Skip to main content

What’s supported

Supported actions

This connector supports:

Supported Objects

The Monday connector supports reading from the following objects: The Monday connector supports writing to the following objects:

Before you get started

This connector uses API Key authentication. You do not need to create a provider app in the Ampersand Dashboard.

Create an API token for Monday

  1. In your monday.com account, click your profile picture in the top right corner.
  2. Select Developers. This will open the Developer Center in another tab.
  3. Click API token > Show.
  4. Copy your personal token and store it securely.
Monday API token creation For details, including the admin path, see Monday’s authentication documentation.

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. The UI component will prompt the customer for their Monday API token.
  • 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.