POST
/
v1
/
customers
/
{customer_id}
/
send-email-invite
Send an email invite to connect
curl --request POST \
  --url https://api.amberflow.io/v1/customers/{customer_id}/send-email-invite \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "language": "en-US"
}'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Body

application/json
language
enum<string> | null

The language for the connect session. If no language is provided, it will default to the Customer language.

Available options:
en-US,
nl-NL
Examples:

"en-US"

"nl-NL"

Response

Successful Response

The response is of type any.