Send an email to a customer
POST
https://api.tamio.com/v2/customers/send-email/{uuid}
Sends an email to a customer using a specified email template.
Path Parameters
uuid
string*
UUID of the customer to email
Body Parameters
email_template_id
string*
UUID of the email template to use
Responses
200
Email sent successfully
Email sent successfully
status
integer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: customer or email template not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string