I am using this HTML to link to the survey and append the user’s ID to aURL:
<a href="https://linktowebsite.com?d=[[S1:cons_ID]]">
All works well in the test sends, however, when I try a live send, I get this error:
Email send fails with error: "We encountered an error resulting in blank message content. Please review your message for valid content, or go here for possible solutions."
Which tells me:
Plain text emails can fail to send when a URL link is followed immediately with `]]` with no space or characters in between. The email parser is unable to properly handle the content.
I’m at a loss as how to format this URL. I’ve tried inserting spaces as per the instructions but it still keeps failing. I’ve looked at the plain text version and stripped it right down so it doesn’t even have any double brackets in it.