---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Using Notify with SMS

# Using Notify with SMS {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Send and receive SMS messages using Notify.

Notify stores inbound and outbound SMS
messages in the Notify Messages \[notify_message\] table.

Notify supports sending concatenated SMS
messages. Messages that exceed 160 characters, or 70 unicode characters, are split into
multiple messages. This may affect your total telephony cost because each message can
incur a cost. Some mobile carriers, such as Sprint, do not support concatenated SMS
messages.

To send SMS messages to an individual recipient, use the Notify API sendSMS
method. This method takes one recipient as an input parameter. You can also use the
send SMS workflow activity.

To send SMS messages to one or more recipients, use the Notify API
sendBulkSMS method. This method takes a list as an input parameter and
uses one API call to send multiple messages. Include the list of phone numbers in an array in
the API call. This method improves performance by streamlining platform checks and Notify
number validation.  
Hinweis:  
When using SNC.Notify.sendBulkSMS API, instead of simply iterating over the numbers, all the given numbers are sent for SMS to Twilio in one API call. This happens only when Twilio Direct driver is active and Twilio Notify bulk SMS is enabled for the number in Advanced SMS features.

The Notify-Twilio integration provides programmable SMS outbound message status tracking with
Status Callbacks. These callbacks can be helpful to see if a message has been delivered,
failed, or ran into some other delivery issues.
* **[SMS Statuses](https://servicenow-prod.fluidtopics.net/Lazn9fEU8L07mm6N53vayA)**   
  Every Twilio SMS message request has a status value which describes the current state of the message. Use this information for troubleshooting SMS related incidents/ issues. Here are few descriptions of possible statuses of SMS sent from Notify through Twilio REST API.
* **[Send an SMS with Zoom meeting invite](https://servicenow-prod.fluidtopics.net/fO63ZVUM09DZBE4PIrMoUQ)**   
  Send an SMS with Zoom meeting invite to ensure that the meeting participants or any newly added participant is updated with the meeting details when the meeting host starts the conference or adds a participant to the conference.
* **[Outbound communication requirements](https://servicenow-prod.fluidtopics.net/xmiDc062jZsPjijTxeWtcw)**   
  Outbound communications initiated through Notify, such as phone calls and SMS messages, must satisfy recipient number requirements.

