Email

Get Email Logs

Get email logs for the current customer.

Args: limit: Maximum number of records to return offset: Number of records to skip db_session: Database session current_user: Authenticated user

Returns: List of email log records

get/email/logs

Query parameters

limitinteger
offsetinteger

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.