Hello @ashish_gra You will have to add an action on the unsubscribe
button. What should happen when the user clicks on this
button.Currently, That action does not exist and that is why it is not
doing anything.
Hello @JohnnyBravo Follow these steps:1. Login to your ACS.2. Open
https://>/rest/head/deliveryTemplate URL3. You will get
all the deliveryTemplate4. Use the JSON to copy the HTMl from Content >
email[0] -> HTML > source
Hello @ashish_gra After Id, your code should
be<%=escapeUrl(recipient.cryptedId)%>I can see you are using <%=% which
isn't correct. Also, Make sure your frontal server is working.