> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/dashboards/monday_com.md).

# monday.com

monday.com is a work operating system that lets teams manage projects, track workflows, and collaborate in one place. By connecting it to Coupler.io as a destination, you can automatically push data from any source — ads platforms, CRMs, spreadsheets, and more — directly into monday.com boards, keeping your team's workspace up to date without manual copy-pasting.

## Why use monday.com as a destination?

* **Centralize data in your team's hub** — bring metrics and records into the tool your team already lives in, rather than asking them to check a separate dashboard
* **Automate board updates** — schedule regular data refreshes so your monday.com boards always reflect the latest numbers
* **Combine multiple sources** — merge data from different platforms (e.g., Google Ads + Facebook Ads) into a single board using Coupler.io's Join or Append transformations
* **No manual exports** — eliminate the copy-paste workflow between your data sources and monday.com entirely

## Prerequisites

* A monday.com account with permission to install apps
* The **Coupler.io app installed in monday.com** — this is required before you can authenticate (see the warning below)

{% hint style="warning" %}
You must install the Coupler.io app from the monday.com marketplace before attempting to connect. Trying to authorize without it installed is the most common cause of connection errors.
{% endhint %}

## Quick start

{% hint style="success" %}
Have your monday.com workspace and board names ready before you begin. You can either pick an existing board or let Coupler.io create a new one for you.
{% endhint %}

## How to connect

{% stepper %}
{% step %}
**Add a source to your data flow.** In Coupler.io, create a new data flow and configure at least one source — this can be any supported integration, such as Facebook Ads, Google Sheets, LinkedIn, or others. Complete the source configuration and proceed to the destination step.
{% endstep %}

{% step %}
**Select monday.com as your destination.** In the destination panel, choose monday.com from the list of available destinations.
{% endstep %}

{% step %}
**Connect your monday.com account.** Click **Connect**, then select **Start** in the window that opens. If you want other team members to use this connection, enable the team sharing toggle. When prompted, authorize the Coupler.io app in monday.com and click **Continue**.
{% endstep %}

{% step %}
**Select a workspace and board.** Choose an existing workspace and board where your data should land. If you'd prefer a fresh board, type a new name and Coupler.io will create it for you. Click **Continue** when done.
{% endstep %}

{% step %}
**Run your data flow.** Click **Save and Run** to save your settings and trigger the first import. Once it completes successfully, use **View results** to confirm your data has landed in the correct monday.com board.
{% endstep %}
{% endstepper %}

## Supported features

| Feature              | Supported |
| -------------------- | --------- |
| Replace mode         | Yes       |
| Append mode          | Yes       |
| Automatic scheduling | Yes       |
| Type enforcement     | No        |
| Templates            | No        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/destinations/categories/dashboards/monday_com.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
