cURL
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>"
Sends an email invite to connect to a customer. You can customize the email in the dashboard.
Successful Response
The response is of type any.
any