Skip to content

Rule.io SDK


Rule.io SDK / client/src / SubscriberAddedToTagEvent

Interface: SubscriberAddedToTagEvent

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

Returned by markTagDirection(event, 'added').

Properties

subscriber

subscriber: WebhookSubscriber

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


tag

tag: WebhookTagRef

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


type

type: "subscriber.added-to-tag"

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