Create an HTTP Request in automation recipes

Create a simple HTTP Request node which allows clients to trigger something from Monday and easily integrate any other platform that they are using with API endpoints. They will not need to create new apps or complex workflows to achieve a simple workflow.

Fields to include:

  1. URL/ API Endpoint
  2. Method(POST, GET, etc.)
  3. Headers(Name and Value)
  4. Body
  5. Test button(optional)

(Allow the use of variables in the request so that clients can send data from any field. Ex: The variable {{phoneNumber}} will be replaced by the value of the column which has the ID of phoneNumber)

Usecase: Client wants to create an integration with ChatDaddy to send a WhatsApp message when the status of a column changes