Перейти до основного вмісту

SendTemplateEmailDto

toEmailstringrequired

Email адреса отримувача

templateTypestringrequired

Тип email шаблону

Possible values: [booking_confirmation, booking_reminder, booking_cancellation, booking_rescheduled, payment_receipt, welcome, password_reset, email_verification, staff_credentials, password_reset_admin, admin_invitation, custom, other]

templateDataobjectrequired

Дані для шаблону

clientIdnumber

ID клієнта

userIdnumber

ID користувача

SendTemplateEmailDto
{
"toEmail": "string",
"templateType": "booking_confirmation",
"templateData": {},
"clientId": 0,
"userId": 0
}