
Enter the URL to fetch
GET requests are supported at this time.POST, utilize C# sub-actions. An example can be found here.Enter the name of the variable to store the response in
false
Optionally parse the result as JSON
Multiple variables will be populated, with the Variable Name you provided as the root key
https://catfact.ninja/fact, with variable name jsonResult, would populate the variables %jsonResult.fact% and %jsonResult.length%Optionally add custom headers to modify the HTTP request
| Name | Type | Description |
|---|---|---|
Example Value: {
"fact": "Both humans and cats have identical regions in the brain responsible for emotion.",
"length": 81
}
If Parse result as JSON is disabled: The full text of the response body | ||
Example Value: <variableName>.fact: "Both humans and cats have identical regions in the brain responsible for emotion."
If Parse result as JSON is enabled: All json properties will be dynamically mapped to variables by key | ||
Variables generated by all triggers and available within all action executions. |