Skip to content

Rule.io SDK


Rule.io SDK / client/src / SubscriberSuppressedEvent

Interface: SubscriberSuppressedEvent

Defined in: client/src/webhooks/types.ts:146

Properties

account

account: WebhookAccount

Defined in: client/src/webhooks/types.ts:155


dispatcherType

dispatcherType: string

Defined in: client/src/webhooks/types.ts:149

'campaign' or 'transactional'.


messageType

messageType: string

Defined in: client/src/webhooks/types.ts:151

'email' or 'text_message'.


subscriber

subscriber: WebhookSubscriber

Defined in: client/src/webhooks/types.ts:154


suppressedSourceType

suppressedSourceType: string

Defined in: client/src/webhooks/types.ts:153

'user', 'admin', 'spam', or 'api' per the apidoc.


type

type: "subscriber.suppressed"

Defined in: client/src/webhooks/types.ts:147