Toggle the skip_email flag for a scout to control email notifications.
| Status | Description |
|---|---|
added | Email was successfully subscribed |
removed | Email was successfully unsubscribed |
already_subscribed | Email was already subscribed (not an error) |
not_found | Email was not found in subscriber list (for removal) |
invalid | Email format is invalid |
permission_denied | User lacks permission to perform this operation |
already_subscribed status (not an error)not_found status (not an error)subscribers_to_addIf true, email notifications will be skipped and only webhook notifications will be sent.
If false, both email and webhook notifications will be sent (default behavior).