Skip to main content
HTTP Request
Updated over a week ago

What Is HTTP Request Automation?

The HTTP Request allows your automations to send HTTP requests. HTTP stands for HyperText Transfer Protocol. It’s a way for computers to communicate over the internet. Think of an HTTP request like sending a letter to a another app. This integration facilitates seamless communication with external APIs.


HTTP Request Actions

Here are the actions you can use in your workflows:

(ACTION) Send HTTP Request

Initiates the process of sending an HTTP request to a specified URL.

HTTP Request Automation Settings

Connector options give you full control over the HTTP Request automation:

Trigger: New Form Submission

🏷️ Field

πŸ”€ Description

METHOD

The type of action you want to perform on a specified resource.

URL

The endpoint address of the resource you want to interact with.

HEADERS

Key-value pairs sent with the request to provide additional context.

QUERY PARAMS

Key-value pairs appended to the URL to filter or customize the request.

BODY TYPE

Specifies the format of the data sent in the request body.


Sending a HTTP Request to Make

There are many platforms compatible with HTTP requests. In the example below, we'll show you how to set up a webhook using Make (formerly Integromat) to receive a HTTP request from Taskade.

Set Up Webhooks

  1. Sign in to your Make account.
    ​

  2. Click the Create a new scenario button on the top left corner of the screen.
    ​

  3. Click the plus icon and choose Webhook from the available modules.
    ​

  4. Select Custom Webhook.
    ​

  5. Click Add to generate a new webhook.
    ​

  6. Assign a descriptive name to your webhook and Click Save.
    ​

  7. Make will provide a unique URL for your webhook.
    ​

  8. Copy this URL to Taskade (see the next step).

Set Up HTTP Request

  1. Go to your Taskade workspace.
    ​

  2. Navigate to the Automations tab at the top.
    ​

  3. Click βž• Add automation ➑ Start from scratch.
    ​

  4. Create any new Trigger.
    ​

  5. Create a Send HTTP Request Action.
    ​

  6. Configure the Send HTTP Request Action on Taskade to be a POST request.
    ​

  7. Place the provided URL by Make into the URL field of the Taskade action.
    ​

  8. Fill in the header as content-type and application/json.
    ​

  9. Enter the desired content within the JSON body.
    ​

  10. Activate the automation by toggling it in the top right corner of the screen.
    ​

  11. Trigger your automation.

Here's the received data is shown in Make's Webhook logs; the output is shown below:


😊 Helpful Links

Did this answer your question?