Use Custom Attributes in Mail template a hyperlinks

1

Hello, I am not sure,but in my endpoint I´ve defined a custom attribute, that contains a url as https://www.test.de and I´ve tried it to use in my mail template with {{Attributes.LandingpageUrl}} but it seeems not to work. Are these attributes not accessable from mail template?

asked 2 years ago276 views
3 Answers
0

Hi,

Can you kindly add some additional details for us when you mention that this setup does not work? What is the exact behavior that you are seeing? Are you seeing some sort of error when setting this up or is this not being substituted as expected?

Custom attributes should be supported in message templates as discussed here in our documentation. The format looks to be correct as wel. Therefore, can you kindly add some additional details as to what you are seeing and I'll try to see what may be causing that.

Also, are you only having issues with a particular custom attribute or for all custom attributes? Do other types of attributes work as expected?

AWS
SUPPORT ENGINEER
Ryan_A
answered 2 years ago
0

Hi,

I can complete this topic because I got the same problem and i can't solve it. Hope you can help us.

When I put a tag in my template with link as {{link}}, I got an error message in my email when I copy the link I got this : "x-webdoc://[alpha numeric character]/www.myLink.com" and i can open this with the web browser.

NerisD
answered 2 months ago
0

Ok,

I got it !

You must add "https://" when you want to assign your address to the attribute !

before : "link": "www.myLink.com"

after: "link": "https://myLink.com"

NerisD
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions