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 Label URL Helper text Surround any text with <<< and >>> to escape the content Slug url Required true Can have default value true Label Method Helper text The method of the request e.g. GET, POST, DELETE Slug method Required true Can have default value true Label Content Type Helper text Optional Slug content_type 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 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.makeWebRequestQuery.StatusCode Type String Example 200 Slug value1 Filter code MakerWebhooks.makeWebRequestQuery.Value1 Type String Example example_value Slug value2 Filter code MakerWebhooks.makeWebRequestQuery.Value2 Type String Example example_value Slug value3 Filter code MakerWebhooks.makeWebRequestQuery.Value3 Type String Example example_value