> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-odoo-deep.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Monday

## What's supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.monday.com`.
* [Read Actions](/read-actions) including historical backfill (incremental read will soon be supported)
* [Write Actions](/write-actions)

### Supported Objects

The Monday connector supports reading from the following objects:

* [Boards](https://developer.monday.com/api-reference/reference/boards)
* [Users](https://developer.monday.com/api-reference/reference/users)

The Monday connector supports writing to the following objects:

* [Boards](https://developer.monday.com/api-reference/reference/boards)

## Before you get started

To connect Monday with Ampersand, you need to [Create a Monday Account](#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](https://auth.monday.com/users/sign_up_new) 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](https://developer.monday.com/apps/docs/create-an-app).

## Add Monday app details in Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to add the Monday App.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-odoo-deep/_OzNkLeRTOz4crpN/images/provider-guides/eba5c80-Ampersand.png?fit=max&auto=format&n=_OzNkLeRTOz4crpN&q=85&s=d99b3adef020dc5ce7ad1c1eb5a0ba80" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/eba5c80-Ampersand.png" />

3. Navigate to the **Provider Apps** section.

4. Select **Monday** from the Provider list.

5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-odoo-deep/_OzNkLeRTOz4crpN/images/provider-guides/monday-amp-project.png?fit=max&auto=format&n=_OzNkLeRTOz4crpN&q=85&s=9e5ce800d18bbe1fa7493b77f0e1ac05" alt="Provider Apps page" width="862" height="490" data-path="images/provider-guides/monday-amp-project.png" />

6. Click **Save Changes**.

# Using the connector

To start integrating with Monday:

* Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/monday/amp.yml).
* Deploy it using the [amp CLI](/cli/overview).
* If you are using Read Actions, create a [destination](/destinations).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component.
* Start using the connector!
  * If your integration has [Read Actions](/read-actions), you'll start getting webhook messages.
  * If your integration has [Write Actions](/write-actions), you can start making API calls to our Write API.
  * If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls.
