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

    Interface MMSCredentials

    If you are including the MMS channel in the channel_identifier property, you must include this object.

    interface MMSCredentials {
        account_id: string;
        api_key: string;
        basic_auth: BasicAuthCredential;
        default_sender?: string;
    }
    Index

    Properties

    account_id: string

    MMS Account ID.

    api_key: string

    MMS API Key.

    BasicAuthCredential

    default_sender?: string

    Default Sender (shortcode or longnumber), will be used when MMS_SENDER property not set