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 FAQ 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.setContentType(string: contentType)
- 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)
- 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)