Skip to main content

Email a customer

POST 

/api/v3/customer/:customer_id/_action/email

Allows you to send an email from a template to a customer.

The message_id field is optional. If left out, the default email will be a welcome message.

Request

Body

    _comment string
    message_id integer

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...