Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface EventDeliveryReport

    interface EventDeliveryReport {
        channel_identity?: ChannelIdentity;
        contact_id?: string;
        event_id?: string;
        metadata?: string;
        processing_mode?: string;
        reason?: Reason;
        status?: string;
    }
    Index

    Properties

    channel_identity?: ChannelIdentity

    ChannelIdentity

    contact_id?: string

    The ID of the contact. Will be empty if processing_mode is DISPATCH.

    event_id?: string

    The ID of the app event.

    metadata?: string

    Metadata specified when sending the event if any.

    processing_mode?: string

    ProcessingMode

    reason?: Reason

    Reason

    status?: string

    Shows the status of the message or event delivery