Skip to content

Monday.com Integration

Integrate Futurity with Monday.com to manage boards, items, and updates directly through Corint and workflows.

The Monday.com integration enables:

FeatureDescription
BoardsList and view board details
ItemsFull CRUD: create, read, update, delete
UpdatesRead and create comments on items
GroupsCreate and manage groups
ColumnsRead column values and types
  • A Monday.com account
  • Admin access to connect the integration
  • Futurity Professional or Enterprise plan
  1. Navigate to Integrations

    Go to Settings → Integrations in Futurity.

  2. Find Monday.com

    Click on the Monday.com integration card.

  3. Click Connect

    You’ll be redirected to Monday.com.

  4. Authorize Futurity

    Review the requested permissions and click Allow.

    Permissions requested:

    • me:read — Read your user info
    • boards:read — Read boards
    • boards:write — Create and update items
    • updates:read — Read comments
    • updates:write — Create comments
    • workspaces:read — Read workspaces
  5. Confirm Connection

    You’ll be redirected back to Futurity. The integration is now active.

Once connected, Corint can interact with your Monday.com data.

Show me my Monday.com boards
Show me the columns and groups in the "Marketing Projects" board
What items are in the "Sprint 12" group?
Show me all items assigned to me
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 Smith
Change the status of "Fix login bug" to "Done"
Move the item "Website redesign" to the "Completed" group
Add a comment to "Fix login bug": "Deployed to staging, ready for QA"

When creating or updating items, use these formats for different column types:

"text_column_id": "Your text here"
"status_column_id": { "label": "Done" }
"date_column_id": { "date": "2024-01-15" }
"person_column_id": {
"personsAndTeams": [
{ "id": 12345, "kind": "person" }
]
}
"numbers_column_id": 42
"dropdown_column_id": { "labels": ["Option 1", "Option 2"] }

Set up a Monday.com webhook to trigger workflows:

  1. In Monday.com, go to board settings
  2. Click Integrations
  3. Set up a webhook integration
  4. Use your Futurity webhook URL as the target

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

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]
  • Verify you have access to the board
  • Check if the board was renamed or deleted
  • Re-authenticate if your permissions changed
  • The integration may not have sufficient permissions
  • Disconnect and reconnect with full permissions
  • Contact your Monday.com admin

Monday.com has API rate limits:

  • Reduce frequency of requests
  • Add delays in workflows
  • Contact Monday.com for higher limits
  • Check column IDs are correct
  • Verify column value format
  • Ensure the column type matches the value

To disconnect the Monday.com integration:

  1. Go to Settings → Integrations
  2. Find Monday.com
  3. Click Disconnect
  4. Confirm disconnection

For advanced usage, see the Monday.com tools available:

ToolDescription
monday_meGet current user info
monday_boards_listList accessible boards
monday_board_getGet board with columns/groups
monday_items_listList items with pagination
monday_item_getGet item details
monday_item_createCreate new item
monday_item_updateUpdate column values
monday_item_deleteDelete item
monday_item_archiveArchive item
monday_item_moveMove to group/board
monday_updates_listGet comments on item
monday_update_createAdd comment
monday_group_createCreate new group