Monday.com Integration
Integrate Futurity with Monday.com to manage boards, items, and updates directly through Corint and workflows.
Features
Section titled “Features”The Monday.com integration enables:
| Feature | Description |
|---|---|
| Boards | List and view board details |
| Items | Full CRUD: create, read, update, delete |
| Updates | Read and create comments on items |
| Groups | Create and manage groups |
| Columns | Read column values and types |
Prerequisites
Section titled “Prerequisites”- A Monday.com account
- Admin access to connect the integration
- Futurity Professional or Enterprise plan
Setting Up the Integration
Section titled “Setting Up the Integration”-
Navigate to Integrations
Go to Settings → Integrations in Futurity.
-
Find Monday.com
Click on the Monday.com integration card.
-
Click Connect
You’ll be redirected to Monday.com.
-
Authorize Futurity
Review the requested permissions and click Allow.
Permissions requested:
me:read— Read your user infoboards:read— Read boardsboards:write— Create and update itemsupdates:read— Read commentsupdates:write— Create commentsworkspaces:read— Read workspaces
-
Confirm Connection
You’ll be redirected back to Futurity. The integration is now active.
Using with Corint
Section titled “Using with Corint”Once connected, Corint can interact with your Monday.com data.
List Boards
Section titled “List Boards”Show me my Monday.com boardsView Board Details
Section titled “View Board Details”Show me the columns and groups in the "Marketing Projects" boardList Items
Section titled “List Items”What items are in the "Sprint 12" group?Show me all items assigned to meCreate Items
Section titled “Create Items”Create a new item in the Marketing board called "Review Q3 campaign results"With column values:
Create a task in the Development board:- Name: "Fix login bug"- Status: "Working on it"- Due date: Next Friday- Assignee: John SmithUpdate Items
Section titled “Update Items”Change the status of "Fix login bug" to "Done"Move the item "Website redesign" to the "Completed" groupAdd Comments
Section titled “Add Comments”Add a comment to "Fix login bug": "Deployed to staging, ready for QA"Column Value Formats
Section titled “Column Value Formats”When creating or updating items, use these formats for different column types:
Text Column
Section titled “Text Column”"text_column_id": "Your text here"Status Column
Section titled “Status Column”"status_column_id": { "label": "Done" }Date Column
Section titled “Date Column”"date_column_id": { "date": "2024-01-15" }Person Column
Section titled “Person Column”"person_column_id": { "personsAndTeams": [ { "id": 12345, "kind": "person" } ]}Numbers Column
Section titled “Numbers Column”"numbers_column_id": 42Dropdown Column
Section titled “Dropdown Column”"dropdown_column_id": { "labels": ["Option 1", "Option 2"] }Using in Workflows
Section titled “Using in Workflows”Trigger: Webhook
Section titled “Trigger: Webhook”Set up a Monday.com webhook to trigger workflows:
- In Monday.com, go to board settings
- Click Integrations
- Set up a webhook integration
- Use your Futurity webhook URL as the target
Action: Monday Operations
Section titled “Action: Monday Operations”Add Monday.com actions to your workflows:
- Get Board — Retrieve board details
- List Items — Get items from a board
- Create Item — Create a new item
- Update Item — Modify column values
- Delete Item — Remove an item
- Create Update — Add a comment
Example Workflow
Section titled “Example Workflow”Auto-assign and notify on new items:
[Webhook Trigger: New Item Created] ↓[AI Task: Categorize item based on title] ↓[Monday: Update item status based on category] ↓[Monday: Assign to appropriate team member] ↓[Send Email: Notify assignee]Troubleshooting
Section titled “Troubleshooting””Board not found”
Section titled “”Board not found””- Verify you have access to the board
- Check if the board was renamed or deleted
- Re-authenticate if your permissions changed
”Permission denied”
Section titled “”Permission denied””- The integration may not have sufficient permissions
- Disconnect and reconnect with full permissions
- Contact your Monday.com admin
”Rate limited”
Section titled “”Rate limited””Monday.com has API rate limits:
- Reduce frequency of requests
- Add delays in workflows
- Contact Monday.com for higher limits
Items not updating
Section titled “Items not updating”- Check column IDs are correct
- Verify column value format
- Ensure the column type matches the value
Disconnecting
Section titled “Disconnecting”To disconnect the Monday.com integration:
- Go to Settings → Integrations
- Find Monday.com
- Click Disconnect
- Confirm disconnection
API Reference
Section titled “API Reference”For advanced usage, see the Monday.com tools available:
| Tool | Description |
|---|---|
monday_me | Get current user info |
monday_boards_list | List accessible boards |
monday_board_get | Get board with columns/groups |
monday_items_list | List items with pagination |
monday_item_get | Get item details |
monday_item_create | Create new item |
monday_item_update | Update column values |
monday_item_delete | Delete item |
monday_item_archive | Archive item |
monday_item_move | Move to group/board |
monday_updates_list | Get comments on item |
monday_update_create | Add comment |
monday_group_create | Create new group |