Pular para o conteúdo

Send From Template

POST
/api/v1/email/send-template

Send email from template (for testing).

Super Admin only.

EmailSendFromTemplateRequest

Schema for sending email from template

object
to_email
required
To Email
string format: email
template_type
required
EmailTemplateType

Types of email templates

string
Allowed values: invitation welcome verification password_reset subscription_activated subscription_cancelled trial_ending payment_failed
variables
Variables
object
key
additional properties
string

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string