getViaRestFromInform
A Workflow Engine function that receives a JSON payload or results from a REST endpoint and downloads the results under workflowContext.values.<endpointName>
for use in subsequent actions.
This function is available as a feature of the Add-ons v2.5.1 download and later.
This function is available for event, alert, and Situation workflows.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function getViaRestFromInform
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
| yes | string | The name of the REST endpoint from integrations page (use GET protocol). |
| no | string | The Payload maps name from the integrations page, to be mapped to request params to REST endpoint. |