Update MailerLite emails campaign into a Notion database

Hi everybody,

I have email campaigns on MailerLite. I would like to retrieve the statistics for each of these emails in a Notion database.

My Notion database also has items with the individual iDs from MailerLite emails.

How can I update the individual statistics of each MailerLite email, respectively in the notion database?

I tried several configurations without success. Looks simple and complex at the same time.

Does anyone know how to do this? Thanks in advance for the help!

Hi Yann - it sounds like the setup is there, and you can use this endpoint from the Mailerlite API to retrieve the campaign data.

So, you could:

  1. Get all the campaigns in Notion
  2. Get the analytics in MailerLite (using the campaign ID)
  3. Update the data in Notion
2 Likes

It works perfectly, thanks a lot @Simo !

2 Likes