Link Custom link for Whatsapp

Custom link for Whatsapp.

I would like to create a personalized targeting link for WhatsApp, following the logic of the customer’s phone number being automatically mapped to the link:

https://wa.me/PHONE_USER

Hi,
You can perform this in Airtable with a formula field (or equivalent in smartsuite).

You would need a text field. Let’s say this field is named “phone_field”

The formula will be:

'https://wa.me/'&phone_field

Just be careful about the phone formatting that whatsapp needs (that’s why I use a text field - a number field would work - so there is no space between numbers)

Can I do this with Google Sheet?

It would look like this:

="https://wa.me/" & A1

A1 being the column/cell where the number phone is.

Then you need to extend the formula in the cell to all cells

1 Like