Introduction
In this page we’ll learn how to configure 2 things:- Get ClickUp to push events to Cosmos via webhooks
- Get Cosmos to interact with ClickUp via the ClickUp MCP server
Prerequisites
To configure the one-time connectivity between Cosmos and ClickUp: Cosmos- any user who can self-create webhooks and configure MCP servers
- must have the Owner or Admin role
- must be on the Business Plus plan (to enable Webhooks & Automation Integrations)
Step 1 - Configure ClickUp to notify a Cosmos webhook
Webhook receiver in Cosmos
Let’s create a new webhook in Cosmos (so Cosmos can listen to ClickUp events). Go to Cosmos (https://cosmos.augmentcode.com) > Settings > Webhooks (https://cosmos.augmentcode.com/webhooks) > Create a webhook > Custom Webhooks:- Enter Description: ClickUp
- Keep Shared toggled on
- Click on Create
Webhook sender in ClickUp
Let’s create a new webhook config in ClickUp (so ClickUp can POST to a given url when certain ClickUp events occur) In ClickUp as an Owner or Admin, click on your avatar top right > Settings > Automations Manager > Webhooks tab: Click on Create Webhook:- Title: Cosmos
- Description: Notifies Cosmos when events occur in ClickUp
- Url: paste the webhook url Cosmos provided
- Headers:
- keep Content-type: application/json
- add header Authorization and as value paste the Bearer whsec_xxxx Cosmos provided
- Keep Webhook status enabled
- Click on Test webhook