> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/installation-setup/system-settings/messagerie-mobile/iis-smtp-exchange-server.md).

# Messagerie SMS HTTP

Permet à ngSurvey d’utiliser n’importe quel fournisseur de service SMS compatible HTTP.

## 🔅 Propriétés HTTP

* **`URL du endpoint HTTP`**&#x65;st le endpoint de votre fournisseur qui sera appelé chaque fois que ngSurvey aura besoin d’envoyer un message SMS. Vous pouvez utiliser les balises suivantes qui seront remplacées dynamiquement dans votre URL si nécessaire : {{to}} et {{message}}
* **`En-tête HTTP 1`**&#x73;era envoyé dans le cadre de la requête vers le endpoint.
* **`En-tête HTTP 2`**&#x73;era envoyé dans le cadre de la requête vers le endpoint.
* **`Jeton JWT`**&#x73;i spécifié, ngSurvey tentera une authentification de type "Bearer".
* **`Corps HTTP`**&#x65;st le corps qui sera envoyé au endpoint si le endpoint nécessite un post.

Si votre fournisseur exige un type de contenu urlencoded pour son post, vous pouvez utiliser et spécifier les paramètres comme suit :

<figure><img src="/files/c198263819f76778664f1835afe0d9bcc78364fb" 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.ngsurvey.com/fr/installation-setup/system-settings/messagerie-mobile/iis-smtp-exchange-server.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.
