Developer
Developer - Email

Send Report Email Endpoint

Send a specific report email based on report ID.

This endpoint is restricted to developer users only. Sends the report email with its configured filters and name.

post/developer/send-report-email

Request body

report_idstring uuid required

The report ID to send

emailstring nullable

Email address to send to (defaults to current user's email)

day_offsetinteger

Day offset: 0=today, 1=tomorrow

include_test_callsboolean

Whether to include leads from test calls

append_subject_suffixboolean

Whether to append a bracketed random suffix to the email subject line

Response

Successful Response

messagestring required

Status message

report_namestring required

Name of the report that was sent

report_typestring required

Type of report (leads_summary or inquiries_summary)

Changes

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