custom request
This block is part of the saltedge group and was last modified in core v13.0.6.
custom request v13.0.6 Creates a custom request with the given data and path
In pins 5 + flow
- flow
flow - connection required
saltedgeconnectioncurrent saltedge connection
- path required
valuethe API endpoint path, e.g.
customers - method required
valuethe API endpoint method
- params
objectthe API endpoint params
- body
objectthe API endpoint body
Out pins 4 + flow
- flow
flow - connection
saltedgeconnectioncurrent saltedge connection
- success
conditionReturns the success state of the API request
- response
objectThe response the given API returned
{ "data": {} } - error
valueAn API error if the success out-pin if
false
A typical wiring for custom request: a function trigger starts the flow; get countries feeds the connection pin; value feeds the path pin; value feeds the method pin; the flow out pin feeds debug.

Version history
Introduced in v13.0.6.
Back to
saltedge Return to the main group to view all sub-groups Back to miscellaneous Return to the group to view all blocks within this group
