interface IDeliveryPayload {
    notificationType: string;
    projectKey: string;
    resource: Reference;
    resourceUserProvidedIdentifiers?: UserProvidedIdentifiers;
}

Hierarchy (View Summary)

Properties

notificationType: string

Identifies the payload.

projectKey: string

key of the Project. Useful for processing notifications if the Destination receives them from multiple Projects.

resource: Reference

Reference to the resource that triggered the notification.

resourceUserProvidedIdentifiers?: UserProvidedIdentifiers

User-defined unique identifiers of the resource.