monday
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name MONDAY_TOKEN or zero doctor check-connector --url https://api.monday.com/v2 --method POST
How to Use
All examples below assume you have MONDAY_TOKEN set.
1. Get Current User
Query the authenticated user's info:
Write to /tmp/monday_request.json:
{
"query": "query { me { id name email } }"
}