Sends a test newsletter email to the given address. Returns 200 on success, 401 if the current user may not
send newsletters, or 400 if the email address is invalid.
Sends a test newsletter email to the given address. Returns 200 on success, 401 if the current user may not send newsletters, or 400 if the email address is invalid.
- application/json
Request Body
- address string required
- subject string required
- message string required
Responses
- default
Loading...