> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/it/complementary-tools-software/communication.md).

# Notiziari ed email promozionali

Un buon modo per rimanere in contatto con i clienti o i clienti potenziali è impostare una mailing list a cui inviare periodicamente notiziari e aggiornamenti via mail. Per esempio, potresti voler inviare:&#x20;

* un notiziario mensile sui progressi della tua azienda, i nuovi prodotti, le novità dai tuoi fornitori, ecc.
* una notifica via mail ogni volta che viene lanciato un nuovo ciclo di richieste.&#x20;

Uno degli strumenti più comuni al momento è [Mailchimp](https://mailchimp.com/), quindi ti diamo qualche suggerimento per utilizzare Mailchimp per inviare i tuoi notiziari.&#x20;

{% hint style="danger" %}
Assicurati di rispettare le linee guida legali locali quando conservi ed utilizzi  dati dei tuoi clienti. Per il regolamento euroeo, vedi [qui](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/).
{% endhint %}

## Integrare MailChimp con OFN

E' possibile collegare i tuoi account Open Food Network e MailChimp. Facendolo, il ontatto di ogni nuovo cliente che confermerà un ordine nel tuo negozio online sarà automaticamente aggiunto alla tua lista di contatti su MailChimp.&#x20;

Se hai bisogno di un supporto per creare questo collegamento automatico, contatta la squadra di supporto locale.&#x20;

## Sending a weekly email to customers via MailChimp

{% hint style="info" %}
A regular email to customers to remind them your next order cycle has just open (or is about to close) can be an effective reminder for them to place an order!
{% endhint %}

This is a slight hack of the [standard MailChimp advice](https://mailchimp.com/help/share-your-blog-posts-with-mailchimp/) for sending automated, regular emails.

* Once you have logged into your MailChimp account, select **Campaigns** and then **Create a Campaign**. Opt for the subcategory '**Email**'
* Click **Automated** and then **Share Blog Updates**.

![](/files/-LwEMsIVG6wqXevKJTeC)

* You will be directed to add RSS feed and timing for your email updates to customers.  Select one of the following feeds:\
  <https://www.lemonde.fr/rss/une.xml> <http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml> <https://www.theatlantic.com/feed/all/> <https://www.politico.com/rss/politicopicks.xml>\
  The exact URL entered doesn't matter- the fact that these RSS feeds post every day means that you can use it to trigger a regular email to your customers.

![](/files/-LwEPJXKPfNgWmuolIz8)

* Then choose when you want the email to be sent.  If your order cycle opens every Monday at noon you may enter to use these days and times.  Select **Next** to move on.
* Choose whether you would like the email to go to your entire audience (all of your mailing list) or just a segment of it (specific customers who you may have sub-grouped).
* From this point onwards, add details as you would normally in a MailChimp email or campaign.


---

# 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://guide.openfoodnetwork.org/it/complementary-tools-software/communication.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.
