workhorse
workhorse
Comments
-
Great. If you have apache server, you'd edit your Sendy
.htaccess
file. You'd need to test, but I think you'd want:Makes sense. I was able to get this to work with something like this:
<script> var url = "https://SENDYDOMAIN/subscribe"; var method = "POST"; var postData = "…
How did the email address get into the datalayer in the first place? I ask b/c it would probably be more reliable to submit it from the web server to Sendy API rather than fire a GTM tag to the Sendy API. GTM is blocked by ad blockers for example…
Indeed that was the issue, thanks!