Back to Integrations
integrationHTTP Request node
integrationMonday.com node

HTTP Request and Monday.com integration

Save yourself the work of writing custom integrations for HTTP Request and Monday.com and use n8n instead. Build adaptable and scalable Development, Core Nodes, and Productivity workflows that work with your technology stack. All within a building experience you will love.

How to connect HTTP Request and Monday.com

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

HTTP Request and Monday.com integration: Create a new workflow and add the first step

Step 2: Add and configure HTTP Request and Monday.com nodes

You can find HTTP Request and Monday.com in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure HTTP Request and Monday.com nodes one by one: input data on the left, parameters in the middle, and output data on the right.

HTTP Request and Monday.com integration: Add and configure HTTP Request and Monday.com nodes

Step 3: Connect HTTP Request and Monday.com

A connection establishes a link between HTTP Request and Monday.com (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

HTTP Request and Monday.com integration: Connect HTTP Request and Monday.com

Step 4: Customize and extend your HTTP Request and Monday.com integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect HTTP Request and Monday.com with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

HTTP Request and Monday.com integration: Customize and extend your HTTP Request and Monday.com integration

Step 5: Test and activate your HTTP Request and Monday.com workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from HTTP Request to Monday.com or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

HTTP Request and Monday.com integration: Test and activate your HTTP Request and Monday.com workflow

Monday.com Useful Utilities

This template is a set of building blocks to access Monday.com in ways not supported by the official Monday node.

Prerequisites

  • Monday account and Monday credentials.

Included are setups to:

  • Find a column value by the column's name (instead of a numerical index which can change when board structure is changed)
  • Find a column value by the column's ID (again, instead of using a numerical index)
  • Pull a board relation column, and get all the related pulses
  • Pull an items subitems and split them out
  • Upload a file to an item's files field

Setup

  • Create a Monday.com credential
  • Update the nodes in the template to use your credential
  • Copy/Paste the nodes you need from this template into any other workflow
  • To retreive a column by name:
    • Route a Monday.com node that gets an item to the COLUMN BY NAME node
    • Edit the COLUMN BY NAME node, and enter the name in the first line of code.
  • To retreive a column by its ID:
    • Follow Monday.com's instructions to locate the column's ID
    • Route a Monday.com node that gets an item to the COLUMN BY ID node
      -Edit the COLUMN BY ID node, and enter the ID in the first line of code.
  • To retreive all linked pulses from a Board Relation column:
    • Route a Monday.com node that gets an item to the GET BOARD RELATION node
    • Edit the GET BOARD RELATION node to specify the column name.
    • All linked pulses will be retrieved by the subsequent PULL LINKEDPULSE node
  • To pull all subitems from an item:
    • Route a Monday.com node that gets an item to the PULL SUBITEMS node
    • All subitems will be retrieved by the subsequent GET EACH SUBITEM node
  • To upload a File:
    • Repalce the Convert to File node with whatever node you are using to output your binary file data
    • Enable the MONDAY UPLOAD node
    • If the destination column is named anything other then the default of "file" - edit the MONDAY UPLOAD node and change column_id:"file" in the first Value field to match the name of your file column

Nodes used in this workflow

Popular HTTP Request and Monday.com workflows

Code node
Monday.com node
HTTP Request node
Merge node

Monday.com Useful Utilities

This template is a set of building blocks to access Monday.com in ways not supported by the official Monday node. Prerequisites Monday account and Monday credentials. Included are setups to: Find a column value by the column's name (instead of a numerical index which can change when board structure is changed) Find a column value by the column's ID (again, instead of using a numerical index) Pull a board relation column, and get all the related pulses Pull an items subitems and split them out Upload a file to an item's files field Setup Create a Monday.com credential Update the nodes in the template to use your credential Copy/Paste the nodes you need from this template into any other workflow To retreive a column by name: Route a Monday.com node that gets an item to the COLUMN BY NAME node Edit the COLUMN BY NAME node, and enter the name in the first line of code. To retreive a column by its ID: Follow Monday.com's instructions to locate the column's ID Route a Monday.com node that gets an item to the COLUMN BY ID node -Edit the COLUMN BY ID node, and enter the ID in the first line of code. To retreive all linked pulses from a Board Relation column: Route a Monday.com node that gets an item to the GET BOARD RELATION node Edit the GET BOARD RELATION node to specify the column name. All linked pulses will be retrieved by the subsequent PULL LINKEDPULSE node To pull all subitems from an item: Route a Monday.com node that gets an item to the PULL SUBITEMS node All subitems will be retrieved by the subsequent GET EACH SUBITEM node To upload a File: Repalce the Convert to File node with whatever node you are using to output your binary file data Enable the MONDAY UPLOAD node If the destination column is named anything other then the default of "file" - edit the MONDAY UPLOAD node and change column_id:"file" in the first Value field to match the name of your file column

Build your own HTTP Request and Monday.com integration

Create custom HTTP Request and Monday.com workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Monday.com supported actions

Archive
Archive a board
Create
Create a new board
Get
Get a board
Get Many
Get many boards
Create
Create a new column
Get Many
Get many columns
Delete
Delete a group in a board
Create
Create a group in a board
Get Many
Get list of groups in a board
Add Update
Add an update to an item
Change Column Value
Change a column value for a board item
Change Multiple Column Values
Change multiple column values for a board item
Create
Create an item in a board's group
Delete
Delete an item
Get
Get an item
Get By Column Value
Get items by column value
Get Many
Get many items
Move
Move item to group
Use case

Save engineering resources

Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.

Learn more

FAQs

  • Can HTTP Request connect with Monday.com?

  • Can I use HTTP Request’s API with n8n?

  • Can I use Monday.com’s API with n8n?

  • Is n8n secure for integrating HTTP Request and Monday.com?

  • How to get started with HTTP Request and Monday.com integration in n8n.io?

Looking to integrate HTTP Request and Monday.com in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate HTTP Request with Monday.com

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon