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
    saltedgeconnection

    current saltedge connection

  • identifier required
    value

    a unique identifier for this new customer

Out pins 4 + flow
  • flow
    flow
  • connection
    saltedgeconnection

    current saltedge connection

  • success
    condition

    Returns the success state of the API request

  • customer
    object

    The 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
    value

    An 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.

Studio canvas example for the create block: typical wiring for create.

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