Badsender-com / LePatron.email

LePatron is an opensource email builder allowing to industrialize your email template production. Build tailor made email templates and make them available to your non-technical users.
https://www.lepatron.email
GNU General Public License v3.0
73 stars 12 forks source link

Personalization variables::Backend #705

Closed omar-bear closed 1 year ago

omar-bear commented 1 year ago

Description

As we are implementing a new feature that allows users to insert customization variables in their email templates, we need backend support to manage these variables.

What we have to do We need to evaluate whether we should add a new collection for these variables, or update an existing collection. Additionally, we need to create necessary endpoints to get, update, and create these variables.

Additional context This is the backend part of the larger feature for supporting customization variables in LePatron. Related to https://github.com/Badsender-com/LePatron.email/issues/704