Category "monday.com"

AWS Lambda - [ERROR] (rapid) Failed to reserve: AlreadyReserved

My AWS Lambda occasionally fails receiving event message from Monday.com. I'm using a containerized Lambda deployment (via Docker). The flow is: There's a Monda

How to query all boards with a specific workspace in Monday Api?

I want to list all boards from a specific workspace?..How to correctly write such query I am doing this way query { boards (workspace_id :1405052) { name } } G