Is it possible to add tokenized URLs as hyperlinks in AJO? | Community
Skip to main content
New Participant
July 9, 2024
Solved

Is it possible to add tokenized URLs as hyperlinks in AJO?

  • July 9, 2024
  • 2 replies
  • 1397 views

Hi Everyone,

 

My client wants to add a payment link in their monthly invoice emails which they are planning to send via AJO. There is a Tokenized link which comes from token management database, so the payment link is tokenized AND should be placed as a hyperlink. Would AJO be able to pass the tokenized link via HTML and place it as a hyperlink? 

 

Thanks in advance for your help!

 

Best Regards,

Swastika.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohan_Dugganab

If the attributes needed for constructing the tokenized link are available as part of event payload (in case of event triggered journey) or profile attributes or if this can be retrieved from an external service per profile using REST API, it should be feasible. 

 

Can you share an example, though ?

2 replies

Employee
July 9, 2024

One thing to keep in mind is that we do not allow for functions or scripting to be added as part of the URL. 

New Participant
July 10, 2024

Thanks Ivan!

If I use API triggered campaign, can I create a hyperlink with contextual attributes? Like below:

https://my.client.com/Billing/TokenPayment?tokenId=context.tokenID

Will AJO resolve the context.tokenID?

 

Mohan_Dugganab
Mohan_DugganabAccepted solution
Employee
July 9, 2024

If the attributes needed for constructing the tokenized link are available as part of event payload (in case of event triggered journey) or profile attributes or if this can be retrieved from an external service per profile using REST API, it should be feasible. 

 

Can you share an example, though ?

New Participant
July 10, 2024