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
Label
URL
Helper text
Surround any text with <<< and >>> 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)
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)
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)
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)
Label
Body
Helper text
Surround any text with <<< and >>> 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)