Skip to main content
POST
/
api
/
customers
/
{id}
/
send-self-service-email
Send self-service email to a customer
curl --request POST \
  --url https://api.example.com/api/customers/{id}/send-self-service-email \
  --header 'Authorization: Bearer <token>'
{
  "message": "Self-service email sent successfully."
}

Authorizations

Authorization
string
header
required

Enter your JWT token in the format 'Bearer '

Path Parameters

id
integer
required

Customer ID

Response

Self-service email sent successfully

message
string
Example:

"Self-service email sent successfully."