> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/de/yoplanning-academy/yoplanning-au-quotidien/communication-client/envoyer-un-rappel-automatique-au-client-avant-sa-session-via-yoplanning/envoi-dun-rappel-par-sms.md).

# Senden einer Erinnerung per SMS

Sie können Ihren Sitzungsteilnehmern eine Erinnerung per SMS senden. Bitte beachten Sie, dass SMS-Nachrichten auf 160 Zeichen begrenzt sind. Es gibt also keine anpassbare Vorlage, um den Erinnerungstext zu ändern. Die Standardnachricht lautet:

***

Hallo, Ihre %product\_title%-Sitzung startet in Kürze: %start\_date%. Schönen Tag noch!

***

### Anwendungstipps

* **Achten Sie auf die Zeichenanzahl:** Die Länge von SMS ist begrenzt. Wird dieses Limit überschritten, müssen möglicherweise mehrere SMS versendet werden, was die Kosten erhöhen kann.
* **Keine Personalisierung für Erinnerungen**: Im Gegensatz zu SMS nach Aktivitäten können Erinnerungen nicht mithilfe von Vorlagen personalisiert werden.

### SMS nach der Aktivität

SMS nach Aktivitäten können personalisiert werden und beispielsweise einen Link zu einer Zufriedenheitsumfrage enthalten. Wie bei Erinnerungen ist es wichtig, die Zeichenbegrenzung im Auge zu behalten, um den Versand mehrerer SMS zu vermeiden.

***

### Abschluss

**SMS-Erinnerungen** sind eine nützliche Funktion, um **Klienten über ihre bevorstehenden Termine zu informieren** und die Organisation von Aktivitäten zu verbessern. Aufgrund der **Zeichenbegrenzung** muss ihre Verwendung jedoch sorgfältig gesteuert werden, um den Versand **mehrerer SMS und damit verbundene zusätzliche Kosten** zu vermeiden.

Durch die Integration dieser bewährten Verfahren gewährleisten Sie eine **reibungslose und effiziente Kommunikation** mit Ihren Kunden und optimieren gleichzeitig Ihre Ressourcen.


---

# 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.yoplanning.support/de/yoplanning-academy/yoplanning-au-quotidien/communication-client/envoyer-un-rappel-automatique-au-client-avant-sa-session-via-yoplanning/envoi-dun-rappel-par-sms.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.
