Developer
Developer - Email

Send Inquiry Summary Email Endpoint

Send an inquiry summary email for the current customer.

This endpoint is restricted to developer users only. Sends a summary email of all inquiries from 8am yesterday to 8am today (based on the customer's default timezone) to the specified email or the current user's email if not provided.

post/developer/send-inquiry-summary-email

Request body

emailstring nullable

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

day_offsetinteger

Day offset: 0=today, 1=tomorrow, -1=yesterday

Response

Successful Response

messagestring required

Status message

task_idstring nullable

Celery task ID for tracking

Changes

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