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

    Interface ScheduledProvisioning

    Represents the ongoing or failed scheduled provisioning job. This field will be empty if both the was successfully provisioned into the SMS platform and linked to the 10DLC campaign.

    interface ScheduledProvisioning {
        campaignId?: string;
        errorCodes?: SmsErrorCode[];
        lastUpdatedTime?: Date;
        servicePlanId?: string;
        status?: ProvisioningStatus;
    }
    Index

    Properties

    campaignId?: string

    TCR campaign ID that the scheduled provisioning job will configure with the number.

    errorCodes?: SmsErrorCode[]

    List of SmsErrorCodes

    lastUpdatedTime?: Date

    Timestamp when the status was last updated.

    servicePlanId?: string

    The SMS service plan that the scheduled provisioning job will configured with the number.

    ProvisioningStatus