zendesk-messaging-client
    Preparing search index...

    Type Alias Source

    The source of the message.

    type Source = {
        client?: Types.Client | null;
        device?: Device | null;
        integrationId?: string | null;
        originalMessageId?: string | null;
        originalMessageTimestamp?: string | null;
        type: string;
    }
    Index

    Properties

    client?: Types.Client | null

    The client from which the user authored the message or activity, if applicable. This field is not applicable in API responses, it is used only in webhook payloads if the includeFullSource option is enabled.

    device?: Device | null

    The device from which the user authored the message or activity, if applicable. This field is not applicable in API responses, it is used only in webhook payloads if the includeFullSource option is enabled.

    integrationId?: string | null

    Identifier indicating which integration the message was sent from. For user messages only.

    originalMessageId?: string | null

    Message identifier assigned by the originating channel.

    originalMessageTimestamp?: string | null

    A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing when the third party channel received the message.

    type: string

    An identifier for the channel from which a message originated. May include one of api, sdk, messenger, or any number of other channels.