Button to share app to Whatsapp

Hi,
I’m trying to create a button that, when clicked, opens up WhatsApp on users’ phones and allows them to share a link. This feature is possible using the Share Buttons element, but I’d like to show only a WhatsApp button, which is not possible with said element.
Basically, I want to replicate the action of the Share Buttons element, but for WhatsApp only.
I tried running some Javascript with the toolbox plugin but it didin’t work.

Anyone has any idea of how I could accomplish this?

Thank you,
Pedro

This worked for me: How to add a WhatsApp share button in a website using JavaScript - javatpoint

2 Likes

Figured it out.
Just had to use the Open an External Website workflow and add the following to Destination: "whatsapp://send?text=Current User’s Name invited you to app’s name.

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.