Mailchimp has a feature that allows you to enter custom HTML to a template. The custom HTML I am adding is an a href link that when clicked opens a chat with a specific user on Whatsapp. Example of code below:
<a href="intent://send/123456677888#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end">Click here for Whatsapp</a>
'123456677888' being your Whatsapp phone number with country code.
The problem is that when I preview the template with the customized HTML, the a href link only shows up as text and is not functioning as a hotlink.
I have tested this same code on my webpage and it works perfectly, with exception to iPhones as the code only works with Android phones with Whatsapp.
I have read Mailchimp's KB articles on HTML and they state that there are some limitations on JS, but it doesn't mention anything specific to the code I am using.
I would love to contact Mailchimp to find out if what I am attempting is possible, but they only offer paid technical support, which is not something I can afford at the moment.
Appreciate any insights any of you might have.
Thanks