Send a test weekly activity digest email
POST/activity/send-test-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; live mode returns a
NOT_FOUND 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, or the session has no linked
adult) or NOT_FOUND (session not found, or in live mode where
the endpoint is unavailable).