This query returns the JSON response body. You can use filter code to parse it. Please see the documentation link on the Webhooks service page.
- API endpoint slug
- maker_webhooks.make_web_request_query_json
- Runtime method
- performQuery("maker_webhooks.make_web_request_query_json")
Query fields
- Label
- URL
- Helper text
- Surround any text with <<< and >>> to escape the content
- Slug
- url
- Required
- false
- Can have default value
- true
- 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
- Label
- Method
- Helper text
- The method of the request e.g. GET, POST, DELETE
- Slug
- method
- Required
- false
- Can have default value
- true
- Label
- Content Type
- Helper text
- Optional
- Slug
- content_type
- Required
- false
- Can have default value
- true
- Label
- Body
- Helper text
- Surround any text with <<< and >>> to escape the content
- Slug
- body
- Required
- false
- Can have default value
- true
Ingredients
- Slug
- status_code
- Filter code
- MakerWebhooks.makeWebRequestQueryJson.StatusCode
- Type
- String
- Example
- 200
- Slug
- response_body
- Filter code
- MakerWebhooks.makeWebRequestQueryJson.ResponseBody
- Type
- String
- Example
- {"fact": "Cats have 3 eyelids.", "length": 20}