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

    Interface SMSConfiguration

    The current SMS configuration for this number. Once the servicePlanId is sent, it enters scheduled provisioning. The status of scheduled provisioning will show under a scheduledProvisioning object if it's still running. Once processed successfully, the servicePlanId sent will appear directly under the smsConfiguration object.

    interface SMSConfiguration {
        campaignId?: string;
        servicePlanId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    campaignId?: string

    Only for US virtual numbers. This campaign ID relates to 10DLC numbers. So, it is the current campaign ID for this number. The campaignId is found on your TCR platform.

    servicePlanId: string

    The servicePlanId can be found in the Sinch Customer Dashboard. The service plan ID is what ties this number to the configured SMS service.