Dev Guide
Dev GuideUser GuideGitHubNuGetDevCommunitySubmit a ticketLog In
GitHubNuGetDevCommunitySubmit a ticket

EventPayload

ODP Node SDK / Zaius / EventPayload

EventPayload

The Zaius Event payload.
See V3 Event API
for details.

Index

Properties

Properties

action?

string

Event action, e.g., detail

Defined in: src/Api/Types/EventPayload.ts:26

data

EventData

The event payload

Defined in: src/Api/Types/EventPayload.ts:35

identifiers

Identifiers

A set of identifiers that uniquely identify the user the event belongs to.
At least one identifier is required.

Defined in: src/Api/Types/EventPayload.ts:31

type

string

Event type (required), e.g., product

Defined in: src/Api/Types/EventPayload.ts:22