---
title: "create · RUAL Documentation"
description: "Creates a customer, returning the newly created customer within SaltEdge"
canonical: https://docs.rual.nl/block-types/saltedge/saltedgeconnection_customers_create
language: en
---

# create

This block is part of the [`saltedge`](https://docs.rual.nl/block-types/saltedge) group and was last modified in core [`v13.0.6`](https://docs.rual.nl/core-versions/130006).

Creates a customer, returning the newly created customer within SaltEdge

- flow `flow`

- connection required `saltedgeconnection` current saltedge connection

- identifier required `value` a unique identifier for this new customer

- 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](https://docs.rual.nl/block-types/saltedge/saltedgeconnection_customers_create): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [get countries](https://docs.rual.nl/block-types/saltedge/saltedgeconnection_get_countries) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `identifier` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the create block: typical wiring for create.](https://docs.rual.nl/canvas-examples/saltedgeconnection_customers_create.png)

### Version history

Introduced in [`v13.0.6`](https://docs.rual.nl/core-versions/130006).
