Send a test weekly activity digest email
POST/test/send-activity-digest
Renders and sends one weekly digest email to the linked adult for a
session, using that session's real activity data over the
trailing seven days. Intended for previewing the digest during
integration. Available only in test mode; a live-mode call is
rejected with a 400 INVALID_INPUT error.
Request
Responses
- 200
- 400
Request processed. sent indicates whether an email went out.
The response body's error field carries a specific code:
INVALID_INPUT (bad sessionId, the session has no linked
adult, or the request was made in live mode) or NOT_FOUND
(session not found).