Group Location
Explore Plans
Mobile menu Close menu
WebhooksWebhooks

Make a web request

This query returns the status code from a request made to the provided URL. If the response body is in the correct format it will also return the body’s extracted values. 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 status code from a request made to the provided URL. If the response body is in the correct format it will also return the body’s extracted values. Please see the documentation link on the Webhooks service page.
API endpoint slug
maker_webhooks.make_web_request_query
Runtime method
performQuery("maker_webhooks.make_web_request_query")

Query fields

URL Text input

Label
URL
Helper text
Surround any text with <<< and >>> to escape the content
Slug
url
Required
true
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
true
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

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

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.makeWebRequestQuery.StatusCode
Type
String
Example
200

Value1value1 from JSON

Slug
value1
Filter code
MakerWebhooks.makeWebRequestQuery.Value1
Type
String
Example
example_value

Value2value2 from JSON

Slug
value2
Filter code
MakerWebhooks.makeWebRequestQuery.Value2
Type
String
Example
example_value

Value3value3 from JSON

Slug
value3
Filter code
MakerWebhooks.makeWebRequestQuery.Value3
Type
String
Example
example_value