Member Junction
    Preparing search index...

    Parameters for getting a single message by ID

    type GetSingleMessageParams<T = Record<string, any>> = {
        ContextData?: T;
        IncludeAttachments?: boolean;
        IncludeHeaders?: boolean;
        MessageID: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    ContextData?: T

    Optional, provider-specific context data

    IncludeAttachments?: boolean

    Optional, include attachments metadata in the response (defaults to false)

    IncludeHeaders?: boolean

    Optional, include the headers in the response (defaults to false)

    MessageID: string

    The ID of the message to retrieve