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
Sign in to your Make account.
βClick the Create a new scenario button on the top left corner of the screen.
βClick the plus icon and choose Webhook from the available modules.
βSelect Custom Webhook.
βClick Add to generate a new webhook.
βAssign a descriptive name to your webhook and Click Save.
βMake will provide a unique URL for your webhook.
βCopy this URL to Taskade (see the next step).
Set Up HTTP Request
Go to your Taskade workspace.
βNavigate to the Automations tab at the top.
βClick β Add automation β‘ Start from scratch.
βCreate any new Trigger.
βCreate a Send HTTP Request Action.
βConfigure the Send HTTP Request Action on Taskade to be a POST request.
βPlace the provided URL by Make into the URL field of the Taskade action.
βFill in the header as
content-type
andapplication/json
.
βEnter the desired content within the JSON body.
βActivate the automation by toggling it in the top right corner of the screen.
βTrigger your automation.
Here's the received data is shown in Make's Webhook logs; the output is shown below:
π Helpful Links
Download our apps: taskade.com/downloads
Leave feedback: taskade.com/feedback
Changelog: taskade.com/blog/updates
Watch tutorials: youtube.com/taskade
Contact us: taskade.com/contact