Changing account credentials for the SMS provider (cmn_notif_service_provider).SummaryWhen an SMS provider that you are using for SMS notifications make some changes on their side, you also might need to update the particular count credentials/configuration on the instance side too. You can find the SMS providers in the table : 'cmn_notif_service_provider'But in this is table you will not find the username, password or any endpoint listed for the particular SMS providers.ReleaseParis ReleaseInstructionsSo, to update the account information and credentials of the SMS provider you can access the Table API for the table 'cmn_notif_service_provider' with POST method by using the following link : - https://yourinstance.service-now.com/api/now/table/cmn_notif_service_provider Accessing this API will enable you to update the account credentials.Related Links You can use objects and their attributes in your advanced notification scripts on the SMS Notification Service Provider form. For more information - https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/notification/reference/r_SMSNotificationAdvancedScripting.html