# Envoi de SMS

### Coût

Il faut compter en général deux notifications par RDV. Chaque notification envoie un message trop long pour un seul SMS. C'est donc deux SMS qui sont envoyés à chaque notification. **Cela fait un total de quatre SMS envoyés par RDV**

Le coût peut varier selon les fournisseurs.

### Fournisseurs

L'équipe RDV-Solidarités dispose, via la DINUM, d’un fournisseur d'envoi de SMS.

Pour permettre à chaque département d’être autonome sur l’envoi des SMS, nous interagissons avec plusieurs fournisseurs :

| Fournisser                              | Connecteur                   | Site web                                                                      | Utilisé par |
| --------------------------------------- | ---------------------------- | ----------------------------------------------------------------------------- | ----------- |
| Link Mobility (Netsize)                 | disponible                   | [linkmobility.fr/](https://linkmobility.fr)                                   | Par défaut  |
| Sendinblue                              | disponible                   | [fr.sendinblue.com](https://fr.sendinblue.com/fonctionnalites/sms-marketing/) |             |
| Clever Technologies Multimedias         | disponible                   | <https://clevermultimedias.clever-is.fr>                                      | 77          |
| Contact Experience (Gen-IP)             | disponible                   | [contact-experience.com](https://contact-experience.com)                      | 62          |
| SFR (DMC)                               | disponible                   |                                                                               | 92          |
| Orange (Contact Everyone v5, API Light) | disponible (bascule à faire) |                                                                               | 80          |
| Bouygues Telecom                        | à faire                      |                                                                               | 64          |
| Mobimel                                 | À réaliser                   |                                                                               | 22          |


---

# 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://rdv-solidarites.gitbook.io/guides-pour-rdv-solidarites/tech/envoie-de-sms.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.
