Skip to content

Rule.io SDK


Rule.io SDK / client/src / WebhookBounceInfo

Interface: WebhookBounceInfo

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

Bounce metadata attached to subscriber.bounced.

Properties

bounceMessage

bounceMessage: string

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


dispatcherId

dispatcherId: number

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


dispatcherType

dispatcherType: string

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

'campaign' or 'transactional' per the apidoc.


messageType

messageType: string

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


type

type: string

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

'soft' or 'hard' per the apidoc.