> For the complete documentation index, see [llms.txt](https://help.gleantap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gleantap.com/getting-started/notifications/sms-notifications.md).

# SMS Notifications

1. Go to Flows - New Flow and add the audience you want to notify your team about. As new leads are added to the segment, the designated team member you select will be notified about new users entering the segment.&#x20;
2. Under 'Design Your Flow' add a step using Action - Sales - Submit to Webhook and add the following under 'Webhook URL' - <https://api.gleantap.com/v1/ExternalApi/sendSmsNotification/{app\\_id}> with Method = POST and Payload Type as JSON
3. Add two fields - to\_number and message - in the right hand field area, add the number you want to send the notification to and under message add what you'd like to send to that number.

<figure><img src="/files/jm83YKu7IbAnTDyzzIko" alt=""><figcaption></figcaption></figure>

Hit publish on the flow and the SMS notifications will begin sending!&#x20;
