Trigger a test daily digest email to the requesting admin user.
Bypasses the scheduler and quiet-hours checks. Useful for verifying Resend API key, domain configuration, and template rendering without waiting for the next scheduled run.
cURL
curl --request POST \ --url https://api.example.com/api/notifications/test-digest \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response