> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/it/automazioni/sesami-flows.md).

# Sesami Flows

Sesami Flows è il livello di automazione per personalizzare notifiche, integrazioni e flussi di lavoro operativi attorno alle tue prenotazioni.

Con Flows, puoi attivare eventi in qualsiasi fase del percorso di prenotazione del cliente — prima, durante o dopo l’appuntamento.

## Tipi di Flow

| Tipo        | Cosa fa                                         | Caso d’uso                              |
| ----------- | ----------------------------------------------- | --------------------------------------- |
| **Email**   | Inviare email personalizzate in HTML o di testo | Conferme, promemoria, ringraziamenti    |
| **Webhook** | Inviare dati a piattaforme esterne              | Integrazioni con Klaviyo, Slack, Zapier |

## Trigger

| Trigger         | Quando viene attivato                                                                                 |
| --------------- | ----------------------------------------------------------------------------------------------------- |
| **Istantaneo**  | Immediatamente quando si verifica l’evento (ad es. conferma della prenotazione)                       |
| **Programmato** | A un orario prestabilito prima o dopo l’evento (ad es. promemoria 24 ore prima, follow-up 1 ora dopo) |

## Idee per Flow

* **Promemoria** — invia uno o più promemoria via email prima dell’appuntamento
* **Ringraziamento / sondaggio** — invia un follow-up dopo l’appuntamento chiedendo un feedback
* **integrazione con Klaviyo** — attiva eventi Klaviyo per conferma, promemoria, cancellazione, ecc.
* **Notifiche multilingue** — usa condizioni per inviare email nella lingua del cliente
* **Notifiche Slack** — avvisa il tuo team tramite webhook quando viene creata una prenotazione
* **Riscossione automatica della penale di cancellazione** — addebita una penale in caso di mancata presentazione tramite automazione webhook
* **Riscossione automatica al check-in** — attiva la riscossione del pagamento quando un cliente effettua il check-in per il proprio appuntamento

## Limiti del piano

I Flows sono disponibili in tutti i piani a pagamento:

| Piano   | Max Flow |
| ------- | -------- |
| Small   | 1        |
| Pro     | 6        |
| Premium | 9        |

{% hint style="warning" %}
Le email dei Flows supportano **non** gli allegati `.ics` (file del calendario). Le notifiche predefinite di Sesami includono gli `.ics` allegati.
{% endhint %}

## Correlati

* [Email e Webhook come tipi di azione](/it/automazioni/email-and-webhook-as-action-types.md) — configurazione dettagliata dei Flow
* [Sesami Flows e Klaviyo](/it/automazioni/sesami-flows-and-klaviyo.md) — integrazione Klaviyo tramite Flows
* [Sesami Flows e Omnisend](/it/automazioni/sesami-flows-and-omnisend.md) — integrazione Omnisend tramite Flows
* [Email di notifica](/it/notifiche/notification-emails.md) — notifiche predefinite di Sesami


---

# 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://help.sesami.co/it/automazioni/sesami-flows.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.
