REMINDER
SOLVED select table for Newsletters
-
Hi!, I collect subscribers for a newsletter on a webpage with a simple form. Works fine. They end upp in a table in Cloud Backend.
How do i reach/use them when I now create a newsletter that I want to send to them?
https://support.appdrag.com/doc/Import-and-Collect-Contacts
Appreciate help.
//Henrik -
@henrik-riccius if you have used a basic contact form, we have in the form settings an option to send the email directly in a newsletter list
If you used a Cloudbackend form, you must call the api newslettersInsertContactsIntoLists(list, contacts) from our package: https://www.npmjs.com/package/appdrag-cloudbackend
To add the emails directly into your list and not only in your dbFor your existing contacts in your table I suggest that you export your table as CSV then import the CSV into the newsletter list