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

    Interface InjectConversationEventRequest

    Inject Event request

    interface InjectConversationEventRequest {
        accept_time: Date;
        app_event: AppEvent;
        channel_identity?: ChannelIdentity;
        contact_id?: string;
        conversation_id?: string;
        processing_mode?: string;
    }
    Index

    Properties

    accept_time: Date

    The processed time of the message in UTC timezone. Must be less than current_time and greater than (current_time - 30 days).

    app_event: AppEvent

    AppEvent

    channel_identity?: ChannelIdentity

    ChannelIdentity

    contact_id?: string

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

    conversation_id?: string

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

    processing_mode?: string

    Whether or not Conversation API should store contacts and conversations for the app. For more information, see Processing Modes.