Group Location
Explore Plans
Mobile menu Close menu
WebhooksWebhooks

Make a web request

This action will make a web request to a publicly accessible URL. NOTE: Requests may be rate limited.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will make a web request to a publicly accessible URL. NOTE: Requests may be rate limited.
API endpoint slug
maker_webhooks.make_web_request
Filter code method
MakerWebhooks.makeWebRequest.skip(string?: reason)
Runtime method
runAction("maker_webhooks.make_web_request", {})

Action fields

URL Text input > Other

Label
URL
Helper text
Surround any text with <<< and >>> to escape the content. See FAQ if using an IPv6 URL.
Slug
url
Required
true
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setUrl(string: url)

Method Dropdown list

Label
Method
Helper text
The method of the request e.g. GET, POST, DELETE
Slug
method
Required
true
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setMethod(string: method)

Content type Dropdown list

Label
Content Type
Helper text
Optional
Slug
content_type
Required
false
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setContentType(string: contentType)

Additional headers Text input > Other

Label
Additional Headers
Helper text
Each header should be on a new line formatted as Some-Header: Some-Value
Slug
additional_headers
Required
false
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setAdditionalHeaders(string: additionalHeaders)

Body Text input > Other

Label
Body
Helper text
Surround any text with <<< and >>> to escape the content (ex. to preserve line breaks). Learn more here.
Slug
body
Required
false
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setBody(string: body)