# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.gleantap.com/getting-started/notifications/sms-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
