Possible to sync my app and campaign prior to sending?
I would like to sync my app and campaign prior to sending newsletter. I preview the newsletter on Sendy, edit it on my website, then send on Sendy. However, I notice those edits do not show up in newsletter once received. Is it possible to have the API to "fix" this?
This discussion has been closed.
Comments
Do you mean you have the same web version of your newsletter on your website?
I allow the user to view the newsletter in web view once its been rec'vd by the user. I do have the ability to edit the content of the newsletter on the website, but not the newsletter itself. Does this make sense?
That means you want to edit the newsletter after you send the newsletter?
If you really need to do that, you can actually replace the newsletter HTML code via your database under
campaigns
table, inplain_text
andhtml_text
column.Only after I send newsletter to Sendy via API, but before I send newsletter to recipients. Does your suggestion apply regardless?
Yes.