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

    Interface RecordNotification

    interface RecordNotification {
        channelIdentity?: ChannelIdentity;
        contactId: string;
        conversationId: string;
        entityId: string;
        processingMode: string;
        reason: Reason;
        recordStatus: RecordStatus;
    }
    Index

    Properties

    channelIdentity?: ChannelIdentity

    The channel and contact channel identity of the entity.

    contactId: string

    Optional. The ID of the contact. Will not be present for apps in Dispatch Mode.

    conversationId: string

    Optional. The ID of the conversation. Will not be present for apps in Dispatch Mode.

    entityId: string

    Required. The ID of the entity.

    processingMode: string

    Required. The processing mode.

    reason: Reason

    Optional. A reason will be present if the status is FAILED.

    recordStatus: RecordStatus

    Required. The stored status.