Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Excerpt | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OverviewImage Modified Use a
Basic SettingsExpects literal values or expressions encapsulated within ${} syntax, for example |
A template that computes the URL of the request.
Expects literal values or expressions encapsulated within ${} syntax, for example ${in.MyValue}
.
An optional field. If this evaluates to only whitespace then it is not included in the request.
Expects literal values or expressions encapsulated within ${} syntax, for example ${in.MyValue}
.
If enabled the URL Temaplete value is sent in exactly the format it is provided to the HTTP Node. If not enabled PhixFlow will transpose values to form a valid URL, such as replacing spaces with %20%.
Input Connection PointsCan Accept a single
The grid contains a list of all input connection points and their type.
Output Connection PointsThe grid contains a list of output connection points, by default this will be out and error.
|
Adding and Editing
To add a new output path, in the section toolbar clickConfiguration
The configuration of each output connection point is identical:
Output |
// $ returns everything, this syntax traverses down two levels using two full // stops.
$..events
_result.status
RecordAn HTTP Node has two output connection points The resulting record contains the attributes specified by the output connection point, successful records are passed down the |
body: The content returned by a successful request. For example, JSON content.
application/json; charset=utf-8
.status: the returned status code.For example, 200
.
OK
.
HeadersAre typically used to specify information for the request such as character sets, session tokens or passwords. Headers can make use of the Secret Key Details see below. For more information see HTTP Header. For example,
See HTTP Action Configuration for an example. Secret Key DetailsSecret Keys allow sensitive data such as passwords or security tokens to be encrypted and stored in the PhixFlow Database. Secret keys have a name which they can be referenced by using the syntax |
Learn More
. RetryRetry allows automatic reattempting of the the HTTP connection under the conditions specified by the Retry Expression. For example:
Expressions use _result to access the last response and tracking information. The initial requests will get a partially populated _result record. Using _result allows the action to modify the request, such as to follow redirects or links, or submit a token returned by the previous request.
DescriptionWe recommend that you always enter a description to explain the purpose of this item. Advanced
More Options > Run ActionIndividual |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Learn More
For links to all pages in this topic, see Understanding Actionflows. Actionflow Properties