> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.3/pbms/functionality/notifications/user-guides/create-notification-manager-types/create-sms-notification-manager.md).

# Create SMS Notification Manager

## Description

This guide will provide the steps to create an SMS Notification Manager.

## Prerequisites

The user should have a Program Administrator role assigned.

## Steps

1. Navigate to *Programs* using the menu bar.

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

2. Click on *Configuration* and then on *SMS Notification Manager.*

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

3. Click the *Create* button to view the *SMS Notification Manager* creation page.

<figure><img src="/files/0SgPz4xUimuVBQg9Vl77" alt=""><figcaption></figcaption></figure>

4. Enter *Name* and *Program* in the *SMS Notification Managers* view.

<figure><img src="/files/qyXAFLNY1QFHihwDKd1M" alt="" width="456"><figcaption></figcaption></figure>

4. The view allows the configuration of a template for each of these event types:

* *On Enrolled In Program Template*
* *On Cycle Started Template*
* *On Cycle Ended Template*
* *On Otp Send Template*
* *On Generate Voucher Template*

<figure><img src="/files/47rJDdDPFaoIC1Mo3QAq" alt=""><figcaption></figcaption></figure>

There are two ways to configure a template for an event:

a. Use an existing template: Go to step#6

b. Create a new template: Go to step#7

6. Click on the dropdown button and select the template from the drop-down list. Go to step#9.

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

7. Enter a name for the new template. When a non-existing template name is entered, the option *Create and Edit* appears. Click on this option\_.\_

<figure><img src="/files/7SfW3mKrPxP7omg9Pnae" alt=""><figcaption></figcaption></figure>

8. A new dialogue box appears. Enter the details and click on *Save.*

* *SMS Template*: Name of the template
* *Applies to*: Applicable context; For example, the option *Contact* sends the OTP to the beneficiary contact number
* *Language:* Language for the content
* *Content:* Content written using the Odoo platform's [QWeb](https://www.odoo.com/documentation/16.0/developer/reference/frontend/qweb.html) templating engine

<figure><img src="/files/2NulDAAqHEzPPUpDHjWl" alt=""><figcaption></figcaption></figure>

9. Click on *Save*.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/1.3/pbms/functionality/notifications/user-guides/create-notification-manager-types/create-sms-notification-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
