For WhatsApp campaign, client want to send different URLs to different customers. Is it possible to send using an approved template through Dynamic CTA URLs?

For WhatsApp campaign, client want to send different URLs to different customers. Is it possible to send using an approved template through Dynamic CTA URLs?

@ajay.mehta
You’ll have to pass a fixed parent domain of the link

http://yellow.ai/ —— will need to be passed into the URL section under Dynamic
The template will automatically add {{1}} as a variable to the end of the link

You can then pass sub-domains dynamically depending on the user

eg:

User A

{{1}} = blog/
User A will receive: https://yellow.ai/blog/

User B

{{1}} = platform/dynamic-nlp/
UserB will receive: https://yellow.ai/platform/dynamic-nlp/

You cannot dynamically change the parent domain (i.e https://yellow.ai)

1 Like