Group Location
Explore Plans
Mobile menu Close menu
WebhooksWebhooks

Make a web request with JSON response

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.

About this query

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 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

URL Text input

Label
URL
Helper text
Surround any text with <<< and >>> to escape the content
Slug
url
Required
false
Can have default value
true

Additional headers Text input

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

Method Dropdown list

Label
Method
Helper text
The method of the request e.g. GET, POST, DELETE
Slug
method
Required
false
Can have default value
true

Content type Dropdown list

Label
Content Type
Helper text
Optional
Slug
content_type
Required
false
Can have default value
true

Body Text input

Label
Body
Helper text
Surround any text with <<< and >>> to escape the content
Slug
body
Required
false
Can have default value
true

Ingredients

Status codeStatus Code

Slug
status_code
Filter code
MakerWebhooks.makeWebRequestQueryJson.StatusCode
Type
String
Example
200

Response bodyThe JSON body of the response

Slug
response_body
Filter code
MakerWebhooks.makeWebRequestQueryJson.ResponseBody
Type
String
Example
{&quot;fact&quot;: &quot;Cats have 3 eyelids.&quot;, &quot;length&quot;: 20}