Monday.com
Automate project management with Monday.com and emma
With emma's Monday.com integration, you can directly interact with the powerful Work OS platform. Manage boards, items, groups, add comments, and update statuses through automated workflows.
Monday.com Structure
Workspace
Top-level container for organization or team
Board
Represents a project or workflow
Group
Categorizes items by status or phase
Item
Basic unit representing a task or row
Features
Monday_Operator supports the following 13 tools:
| Category | Tools |
|---|---|
Read | 7 |
Write | 4 |
Delete | 2 |
Main Parameters
| Parameter | Description |
|---|---|
| board_id | Board ID |
| item_id | Item ID |
| group_id | Group ID |
| column_id | Column ID |
| item_name | Item name |
| column_values | Column values (JSON format) |
Column Value Formats
| Column Type | Value Format |
|---|---|
| status | {"label": "Done"} |
| date | {"date": "2024-01-15"} |
| person | {"personsAndTeams": [{"id": 123, "kind": "person"}]} |
| text | Plain text string |
| checkbox | {"checked": true} |
Prerequisites
- emma account
- Monday.com account
- Monday.com API key or OAuth connection
Setup
1. Get API Key
Create a new API token from Monday.com Admin → Developers → My Access Tokens.
2. Configure in emma
Enter the API key in emma's integration settings page to complete the connection.