Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Excerpt |
---|
HTTP Node PropertiesUse a
|
to make HTTPS requests to external APIs |
. Worked ExampleFor full details on how to create a HTTP node, including videos and worked examples, see HTTP Action Configuration.
Basic SettingsExpects literal values or expressions encapsulated within ${} syntax, for example
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.
Output 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
|
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 RetryRetry allows automatic reattempting of the the HTTP connection under |
the conditions |
specified by the Retry Expression. For example:
|
Returned ResultsExpressions |
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. Retry Properties
DescriptionWe recommend that you always enter a description to explain the purpose of this item. Advanced
More Options > Run ActionIndividual |
Learn More
For links to all pages in this topic, see Actionflow Properties