Explore Plans
Mobile menu Close menu
Webhooks

Make a web request

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

Developer info

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 &lt;&lt;&lt; and &gt;&gt;&gt; to escape the content. See <a href="https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ#ipv6" target="_blank">FAQ</a> 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.setContent Type(string: content_type)

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.setAdditional Headers(string: additional_headers)

Body Text input > Other

Label
Body
Helper text
Surround any text with &lt;&lt;&lt; and &gt;&gt;&gt; to escape the content (ex. to preserve line breaks). Learn more <a href="https://ift.tt/help-outbound-webhooks" target="_blank">here</a>.
Slug
body
Required
false
Can have default value
true
Filter code method
MakerWebhooks.makeWebRequest.setBody(string: body)