Append an S tag to a URL
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.
Comments
-
Never actually run into this issue but a workaround could be to add an ampersand (&) to the end of the link so that it abides by whatever rule they have in place.
Or even adding a whole new URL parameter like &link=true – this, of course, wouldn't be used for anything but might be a way to get around the issue altogether.
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 792 Community News
- 2.9K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
