> ## Documentation Index
> Fetch the complete documentation index at: https://docs.callcow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Monday CRM Integration Setup

For Monday CRM Integration, you will need to configure an API key for us to integrate which boards are needed.

# Get Monday API Key

Here's the step by step guide to get your API KEY:

1. Go to **Developer Settings** and click on **API token**

<img src="https://mintcdn.com/callcow/5dq2exlLZit5fH0V/integration-guides/monday/monday_step1.png?fit=max&auto=format&n=5dq2exlLZit5fH0V&q=85&s=9593e5b66832cd3d268e7f66e6fe247f" alt="Developer Settings" width="856" height="562" data-path="integration-guides/monday/monday_step1.png" />

<img src="https://mintcdn.com/callcow/5dq2exlLZit5fH0V/integration-guides/monday/monday_step2.png?fit=max&auto=format&n=5dq2exlLZit5fH0V&q=85&s=4d3a8b2cb8207d6bf347ac001ec01027" alt="API Token" width="604" height="430" data-path="integration-guides/monday/monday_step2.png" />

2. Copy the API token

# Considerations when creating the integration

### Call logs are meeting dates:

Often we are using other monday CRM automation together with CallCow.

Creating new fields for **call log** and **meeting start time** helps with future automations, as they provide information for creating new calendar events and alert triggers for your CRM and syncs to your CRM as the source of truth.

<img src="https://mintcdn.com/callcow/5dq2exlLZit5fH0V/integration-guides/monday/monday_call_log_meeting_date.png?fit=max&auto=format&n=5dq2exlLZit5fH0V&q=85&s=6ee65a25124e5300df5fe0ff23b69876" alt="Call Log Meeting Date" width="1206" height="288" data-path="integration-guides/monday/monday_call_log_meeting_date.png" />

### Extra call context:

It is normal to pass in extra call context to your calls. When creating your integration, add the extra context you would like to add and it will be passed to the call workflow.

<img src="https://mintcdn.com/callcow/5dq2exlLZit5fH0V/integration-guides/monday/monday_extra_call_context.png?fit=max&auto=format&n=5dq2exlLZit5fH0V&q=85&s=f8a8cabb3c46b379c5ea5cfcc77ffd20" alt="Extra Call Context" width="1204" height="434" data-path="integration-guides/monday/monday_extra_call_context.png" />

# Trigger call workflow when a row is created

The most common way for Monday CRM integration to be used is to trigger a call when a new row is added.

To do this, make sure you have first created a Monday CRM integration with the board of your choosing in the **Integrations** Tab.

Go to **Run Workflow** section of the workflow you want to trigger, and copy the webhook link generated:

<img src="https://mintcdn.com/callcow/5dq2exlLZit5fH0V/integration-guides/monday/monday_run_workflow.png?fit=max&auto=format&n=5dq2exlLZit5fH0V&q=85&s=2294c53f45663e91718200494417666e" alt="Run Workflow" width="570" height="568" data-path="integration-guides/monday/monday_run_workflow.png" />

Follow the instructions to copy the webhook link, then go to your board, click **Integrate** -> **More Integrations**

<img src="https://mintcdn.com/callcow/2o1iyS48BBhD36m0/integration-guides/monday/monday_more_integrations.png?fit=max&auto=format&n=2o1iyS48BBhD36m0&q=85&s=dc7aa1852be1155d14117029a8ed4344" alt="More Integrations" width="628" height="692" data-path="integration-guides/monday/monday_more_integrations.png" />

<img src="https://mintcdn.com/callcow/2o1iyS48BBhD36m0/integration-guides/monday/monday_webhook.png?fit=max&auto=format&n=2o1iyS48BBhD36m0&q=85&s=8b83a6bd849dc5df10b307f7a190c335" alt="More Integrations - Webhooks" width="794" height="722" data-path="integration-guides/monday/monday_webhook.png" />

<img src="https://mintcdn.com/callcow/2o1iyS48BBhD36m0/integration-guides/monday/monday_webhook_2.png?fit=max&auto=format&n=2o1iyS48BBhD36m0&q=85&s=616834ac737f7b3613757f3bca4611b4" alt="More Integrations - Webhooks 2" width="852" height="572" data-path="integration-guides/monday/monday_webhook_2.png" />

Create a webhook for **When an item is created, send a webhook**.

Copy the webhook link into the webhook.

Create the automation. You should see something like this:

<img src="https://mintcdn.com/callcow/2o1iyS48BBhD36m0/integration-guides/monday/monday_finish.png?fit=max&auto=format&n=2o1iyS48BBhD36m0&q=85&s=88aa693ec90a9f80d7e4db322b21e76c" alt="Webhooks Finish Screen" width="1782" height="334" data-path="integration-guides/monday/monday_finish.png" />

## Custom Setup

If you need help setting up a custom solution, you can book a meeting with us [here](http://callcow.ai/schedule-custom).

## Security Considerations

We **ONLY** use use the API key to fetch the new row that was created and update call status to it.

CallCow never stores any data from your CRM, only the call logs.
