Email

Send Email

Send a templated email via AWS SES.

Args: request: Email sending request db_session: Database session current_user: Authenticated user

Returns: Email log record

post/email/send

Request body

template_namestring required
to_recipientsstring[] required
cc_recipientsstring[] nullable
bcc_recipientsstring[] nullable
template_dataobject required
source_emailstring email nullable

Response

Successful Response

email_idstring uuid required
customer_idstring uuid required
inquiry_idstring uuid nullable
lead_idstring uuid nullable
template_namestring required
to_recipientsstring[] required
cc_recipientsstring[] nullable
bcc_recipientsstring[] nullable
subjectstring required
template_argsobject nullable
sent_atstring date-time nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.