LIVEAI Bootcamps · May 2026 · 🇫🇷 CET
Resources · Integrations · n8n FREE · 2026Logo of Monday.com featuring a stylized icon and vibrant colors

MONDAY.COM n8n INTEGRATION: AUTOMATE MONDAY.COM WITH N8N

MONDAY.COM N8N INTEGRATION: AUTOMATE MONDAY.COM WITH N8N

Need help

Need help automating Mondaycom with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Why automate

Why automate Mondaycom with n8n?

The Monday.com n8n integration gives you access to 18 distinct actions covering boards, board items, board groups, and board columns. This means you can orchestrate virtually every aspect of your Monday.com workspace programmatically—creating items when leads come in, updating statuses when tasks progress, archiving boards when projects complete, and much more.

Significant time savings stand out as the primary benefit. No more manually copying data between Monday.com and your other tools. Set up smart rules that automatically create board items when new CRM contacts arrive, update column values when payments are processed, or delete items when records are removed from your database. What used to take hours of copy-paste work now happens instantly and accurately.

Zero oversight on your project management becomes reality with n8n automations. Your workflows run 24/7, ensuring that every form submission, webhook event, or scheduled task triggers the appropriate Monday.com action immediately. Every new lead gets added to your sales board. Every completed task gets its status updated. Every project milestone gets logged—without you lifting a finger.

Concrete workflows you can build include:

  • Automatically create board items when new Typeform responses come in
  • Update item statuses when Stripe payments succeed or fail
  • Sync board items bidirectionally with your HubSpot CRM
  • Generate weekly reports by pulling board data into Google Sheets
  • Move items between groups based on external approval workflows
Credentials

How to connect Mondaycom to n8n?

  1. !
    1 step

    How to connect Mondaycom to n8n?

    1. 01

      Add the node

      The Monday.com n8n integration uses API Token authentication to establish a secure connection between your Monday.com workspace and n8n. Here's how to set it up:Basic configuration:Access your Monday.com API settings: Log into your Monday.com account, click on your profile picture in the bottom-left corner, select "Developers" from the menu, then navigate to "My Access Tokens" to generate or copy your personal API token.Create credentials in n8n: In your n8n workflow, add a Monday.com node, click on "Credential to connect with," then select "Create New" to open the credentials configuration panel.Enter your API token: Paste your Monday.com API token into the designated field. This token grants n8n permission to read and write data in your Monday.com workspace based on your account's permissions.Test the connection: Save your credentials and attempt to load options (like board names) in the Monday.com node. If your boards appear in the dropdown, your connection is successfully established.Start building: With authentication complete, you can now configure any of the 18 available actions to interact with your Monday.com boards, items, groups, and columns.

    Mondaycom credentials
    TIP
    💡 TIP: Use a dedicated integration user account in Monday.com rather than your personal account for API access. This way, if you ever need to revoke access or if someone leaves your team, your automations won't break. Plus, it makes audit trails clearer when tracking who made what changes. For more advanced workflow patterns, check our n8n training resources.
Need help

Need help automating Mondaycom with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Actions

Mondaycom actions available in n8n

  1. 01
    Action 01

    Create Board Item

    The Create Board Item action is your go-to for adding new items to any Monday.com board automatically. Whether you're capturing leads from a form, logging support tickets, or creating tasks from email, this action handles the foundational step of getting data into Monday.com.

    Key parameters:

    • Credential to connect with: Select your authenticated Monday.com account from the dropdown (required)
    • Board Name or ID: Specify which board will receive the new item—enter the board's name or numeric ID (required)
    • Group Name or ID: Define which group within the board the item belongs to (required)
    • Name: The title/name of the new board item you're creating (required)
    • Additional Fields: Expand this section to configure extra properties like column values during creation

    Practical use cases:

    • Create a new item in your "Sales Pipeline" board whenever a lead fills out your contact form
    • Add support tickets automatically when customers submit issues via your helpdesk
    • Generate project tasks when new Asana or Trello cards are created for cross-platform sync
    Create Board Item
  2. 02
    Action 02

    Get Board Item

    The Get Board Item action retrieves detailed information about a specific item when you already know its ID. This is essential for workflows where you need to check an item's current state before making decisions or updates.

    Key parameters:

    • Credential to connect with: Your Monday.com account credentials (required)
    • Resource: Set to "Board Item" to target items specifically
    • Operation: Set to "Get" for single-item retrieval
    • Item ID: The unique identifier of the board item you want to fetch (required)

    Practical use cases:

    • Fetch item details to verify its current status before sending a notification
    • Pull item data to populate a Google Doc or email template
    • Check if an item exists and get its column values before deciding to update or skip
    Get Board Item
  3. 03
    Action 03

    Get Many Board Items

    When you need to retrieve multiple items at once, the Get Many Board Items action efficiently pulls batches of data from a specific board and group. Perfect for generating reports, syncing data to external systems, or processing items in bulk.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Board Name or ID: The board to query (required)
    • Group Name or ID: Filter results to a specific group within the board (required)
    • Return All: Toggle on to fetch every matching item, or leave off to use the Limit parameter
    • Limit: When Return All is off, this numeric field (default: 50) caps how many items are returned

    Practical use cases:

    • Export all items from your "Completed Projects" group to a Google Sheet weekly
    • Pull all leads from a board to sync them with your email marketing platform
    • Retrieve items for bulk status checks or validation workflows
    Get Many Board Items
  4. 04
    Action 04

    Get By Column Value

    The Get By Column Value action is incredibly powerful for searching your boards. Instead of knowing an item's ID, you can find items based on what's stored in a specific column—like finding all items where the "Email" column matches a particular address.

    Key parameters:

    • Credential to connect with: Monday.com account credentials (required)
    • Board Name or ID: Which board to search (required)
    • Column Name or ID: The column to search within (required)
    • Column Value: The exact value to match (required)
    • Return All: Toggle to get all matches or limit results
    • Limit: Maximum items to return when Return All is off (default: 50)

    Practical use cases:

    • Find a customer's item by their email address to update their record
    • Locate all items with a specific status (e.g., "Needs Review") for processing
    • Search for items by project code or reference number from external systems
    Get By Column Value
  5. 05
    Action 05

    Change Column Value

    The Change Column Value action updates a single column on a specific board item. It's the surgical tool for making precise updates—changing a status, updating a date, or modifying a text field based on workflow events.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Board Name or ID: The board containing the item (required)
    • Item ID: The specific item to update (required)
    • Column Name or ID: Which column to modify (required)
    • Value: The new value to set in that column (required)

    Practical use cases:

    • Update an item's status to "Paid" when a Stripe payment succeeds
    • Change a due date column when a calendar event is rescheduled
    • Set a "Last Contact" date column when an email is sent via your CRM
    Change Column Value
  6. 06
    Action 06

    Change Multiple Column Values

    When you need to update several columns at once, the Change Multiple Column Values action does it in a single API call. This is more efficient than multiple single-column updates and ensures all changes happen together atomically.

    Key parameters:

    • Credential to connect with: Monday.com credentials (required)
    • Board Name or ID: Target board (required)
    • Item ID: The item to update (required)
    • Column Values: A JSON-formatted object containing all column IDs and their new values (required)

    Practical use cases:

    • Update status, assignee, and due date simultaneously when a task is assigned
    • Sync multiple fields from your CRM to Monday.com in one operation
    • Batch update item properties when importing data from external sources

    💡 TIP: The Column Values field expects Monday.com's specific JSON format for column values. Different column types (status, date, dropdown, etc.) have different value structures. Check Monday.com's API documentation for the exact format each column type requires.

    Change Multiple Column Values
  7. 07
    Action 07

    Move Board Item

    The Move Board Item action repositions an item from one group to another within the same board. This is essential for kanban-style workflows where items progress through stages represented by different groups.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Board Name or ID: The board where the item lives (required)
    • Item ID: The item to move (required)
    • Group Name or ID: The destination group (required)

    Practical use cases:

    • Move items to "In Progress" when work begins based on external triggers
    • Automatically advance items to "Completed" when all subtasks are done
    • Relocate items to an "Archived" group after a certain time period
    Move Board Item
  8. 08
    Action 08

    Delete Board Item

    The Delete Board Item action permanently removes an item from a Monday.com board. Use this carefully—deleted items cannot be recovered through the API.

    Key parameters:

    • Credential to connect with: Monday.com credentials (required)
    • Resource: Set to "Board Item"
    • Operation: Set to "Delete"
    • Item ID: The unique identifier of the item to permanently remove (required)

    Practical use cases:

    • Remove test items after workflow testing is complete
    • Delete duplicate entries detected by your deduplication workflow
    • Clean up cancelled orders or withdrawn applications automatically
    Delete Board Item
  9. 09
    Action 09

    Add Update

    The Add Update action posts a text update to a board item's conversation thread. This is how you create an audit trail, add notes, or communicate context within Monday.com programmatically.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Resource: Set to "Board Item"
    • Operation: Set to "Add Update"
    • Item ID: The item to add the update to (required)
    • Update Text: The message content to post (required)

    Practical use cases:

    • Log a timestamped note when an external event occurs ("Payment received via Stripe at 2:30 PM")
    • Post automated status updates when workflows complete successfully
    • Add context from other systems (CRM notes, email summaries) to keep everything in one place
    Add Update
  10. 10
    Action 10

    Get Many Boards

    The Get Many Boards action retrieves a list of boards from your Monday.com workspace. This is useful for dynamic workflows that need to discover or iterate through available boards.

    Key parameters:

    • Credential to connect with: Monday.com account (required)
    • Resource: Set to "Board"
    • Operation: Set to "Get Many"
    • Return All: Toggle on to fetch all boards, or off to limit results
    • Limit: Maximum boards to return when Return All is disabled (default: 50)

    Practical use cases:

    • Generate a report listing all boards and their metadata
    • Build a board selector interface that dynamically populates options
    • Audit your workspace by checking which boards exist and their configurations
    Get Many Boards
  11. 11
    Action 11

    Get Board

    The Get Board action retrieves detailed information about a specific board by its name or ID. Use this when you need board-level metadata before performing item operations.

    Key parameters:

    • Credential to connect with: Your Monday.com credentials (required)
    • Resource: Set to "Board"
    • Operation: Set to "Get"
    • Board Name or ID: The identifier of the board to retrieve (required)

    Practical use cases:

    • Verify a board exists before attempting to create items on it
    • Fetch board configuration details for validation or reporting
    • Get board metadata to determine its columns and groups programmatically
    Get Board
  12. 12
    Action 12

    Create Board

    The Create Board action generates a new board in your Monday.com workspace. This is powerful for automations that need to spin up new project boards dynamically.

    Key parameters:

    • Credential to connect with: Monday.com account (required)
    • Resource: Set to "Board"
    • Operation: Set to "Create"
    • Name: The name for the new board (required)
    • Kind: The board type—main board, shareable board, or private board
    • Additional Fields: Optional extra configuration for the new board

    Practical use cases:

    • Automatically create a new project board when a deal closes in your CRM
    • Generate client-specific boards when new customers are onboarded
    • Spin up template-based boards for recurring project types
    Create Board
  13. 13
    Action 13

    Archive Board

    The Archive Board action moves a board to the archived state, removing it from active view while preserving all its data. Better than deletion when you might need the data later.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Resource: Set to "Board"
    • Operation: Set to "Archive"
    • Board Name or ID: The board to archive (required)

    Practical use cases:

    • Automatically archive project boards 30 days after project completion
    • Archive boards when all items are marked as done
    • Clean up your workspace by archiving inactive boards on a schedule
    Archive Board
  14. 14
    Action 14

    Get Many Board Groups

    The Get Many Board Groups action retrieves all groups within a specified board. Groups are the horizontal sections that organize items, and this action helps you understand a board's structure programmatically.

    Key parameters:

    • Credential to connect with: Monday.com credentials (required)
    • Resource: Set to "Board Group"
    • Operation: Set to "Get Many"
    • Board Name or ID: The board whose groups you want to list (required)

    Practical use cases:

    • Discover available groups before creating items to ensure correct placement
    • Build dynamic workflows that adapt based on a board's group structure
    • Generate reports showing how items are distributed across groups
    Get Many Board Groups
  15. 15
    Action 15

    Create Board Group

    The Create Board Group action adds a new group to an existing board. This lets you dynamically expand your board's structure as your workflow requires.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Resource: Set to "Board Group"
    • Operation: Set to "Create"
    • Board Name or ID: The board where the new group will be created (required)
    • Name: The name for the new group (required)

    Practical use cases:

    • Create monthly groups automatically (e.g., "January 2025 Tasks") at the start of each month
    • Add sprint groups when new development sprints begin
    • Generate client-specific groups when new clients are added to a shared board
    Create Board Group
  16. 16
    Action 16

    Delete Board Group

    The Delete Board Group action permanently removes a group and all its items from a board. Use this carefully—the deletion is irreversible via API.

    Key parameters:

    • Credential to connect with: Monday.com credentials (required)
    • Resource: Set to "Board Group"
    • Operation: Set to "Delete"
    • Board Name or ID: The board containing the group (required)
    • Group Name or ID: The group to delete (required)

    Practical use cases:

    • Remove empty groups during board cleanup automations
    • Delete test groups after workflow testing
    • Archive-and-delete old monthly groups after data has been exported
    Delete Board Group
  17. 17
    Action 17

    Get Many Board Columns

    The Get Many Board Columns action retrieves the column definitions for a specified board. This helps you understand what data structure a board has before attempting to create or update items.

    Key parameters:

    • Credential to connect with: Your Monday.com account (required)
    • Resource: Set to "Board Column"
    • Operation: Set to "Get Many"
    • Board Name or ID: The board whose columns you want to list (required)

    Practical use cases:

    • Dynamically map external data fields to Monday.com columns
    • Validate that required columns exist before running an import workflow
    • Generate documentation about your board's structure automatically
    Get Many Board Columns
  18. 18
    Action 18

    Create Board Column

    The Create Board Column action adds a new column to an existing board. This extends your board's data structure programmatically when new fields are needed.

    Key parameters:

    • Credential to connect with: Monday.com credentials (required)
    • Resource: Set to "Board Column"
    • Operation: Set to "Create"
    • Board Name or ID: The board to add the column to (required)
    • Title: The name/header for the new column (required)
    • Column Type: The type of column (text, number, status, date, dropdown, etc.) (required)
    • Additional Fields: Optional extra configuration for the column

    Practical use cases:

    • Add custom tracking columns when new integration requirements emerge
    • Create date columns for new project phases dynamically
    • Set up status columns for new workflow stages as processes evolve
    Create Board Column
You've seen the integration

Build your first workflow with our team

Drop your email and we'll send you the catalog of automations you can ship today.

  • Free n8n & Make scenarios to import
  • Step-by-step setup docs
  • Live cohort + community support

Frequently asked questions

  • Is the Monday.com n8n integration free?
    Yes, the Monday.com integration is included with n8n at no additional cost—you don't pay extra for the connector itself. However, you'll need to consider two factors: your n8n instance (self-hosted is free, n8n Cloud has pricing tiers based on executions) and your Monday.com plan. Monday.com API access is available on all plans, but rate limits and available features vary. The free Monday.com tier has stricter API rate limits, while paid plans offer higher throughput. For most small to medium automations, the free tiers of both tools work perfectly fine.
  • What data can I sync between Monday.com and n8n?
    The Monday.com n8n integration gives you comprehensive access to your workspace data. You can read and write board items (create, get, update, move, delete), manage boards themselves (create, get, archive, list), organize board groups (create, get, delete), and configure board columns (create, get). You can update individual column values or multiple columns simultaneously, add update messages to items, and query items by specific column values. The integration supports all standard column types including text, numbers, dates, statuses, dropdowns, people, and more. This covers about 90% of typical automation needs—though some advanced features like automations, dashboards, and workspaces aren't directly accessible via this integration.
  • How long does it take to set up the Monday.com n8n integration?
    Initial setup takes approximately 5-10 minutes for a basic connection. Generating your Monday.com API token takes about 2 minutes, and configuring the credentials in n8n takes another 2-3 minutes. Building your first simple workflow (like creating a board item when a webhook fires) adds maybe 5-10 more minutes if you're already familiar with n8n's interface. More complex workflows with conditional logic, data transformation, or multiple Monday.com actions naturally take longer, but the connection itself is straightforward. The main time investment comes in planning your automation logic and mapping your data fields correctly between systems. For more complex integrations, consider working with a workflow automation platform like Make as an alternative.
Hack'celeration Lab

Get our weekly integration tips.

No spam. Unsubscribe anytime.