create
This block is part of the saltedge group and was last modified in core v13.0.6.
create v13.0.6 Creates a customer, returning the newly created customer within SaltEdge
In pins 2 + flow
- flow
flow - connection required
saltedgeconnectioncurrent saltedge connection
- identifier required
valuea unique identifier for this new customer
Out pins 4 + flow
- flow
flow - connection
saltedgeconnectioncurrent saltedge connection
- success
conditionReturns the success state of the API request
- customer
objectThe newly created customer
{ "created_at": "2020-03-12T09:20:01Z", "id": "222222222222222222", "identifier": "12rv1212f1efxchsdhbgv", "secret": "AtQX6Q8vRyMrPjUVtW7J_O1n06qYQ25bvUJ8CIC80-8", "updated_at": "2020-03-12T09:20:01Z" } - error
valueAn API error if the success out-pin if
false
A typical wiring for create: a function trigger starts the flow; get countries feeds the connection pin; value feeds the identifier 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 customers Return to the group to view all blocks within this group
