Skip to main content
GET
Get Notification Preferences
Get which account notifications Sequenzy emails you about this workspace: when a contact joins, and when a campaign finishes sending. These are per-person settings. This endpoint always acts on the API key’s own user, and there is no way to read a teammate’s preferences through the API. This endpoint requires the account:read scope.

Request

Response fields

array
Every notification event with its current mode. Events you have never configured report the platform default rather than being omitted, so the array always has one entry per event.
string
new_subscriber or campaign_completed.
string
off, instant (one email per occurrence), or daily (one summary per day).
object
Modes each event accepts, keyed by event. campaign_completed does not accept daily.
object
Mode each event uses when you have never configured it.

Responses

See Account Notifications for when each notification fires and how the daily cap works.