Hello
I been searching all day and haven’t find a way to do it, im building a members only page to control a group of recruiters, i have a from to assign positions to recruiters, and when i assign a position, i need to notify the recruiter, i’m sending emails with sendGrid, but i also want to send a text message or a Whatsapp message, i found some code here to do Whatsapp messaging:
$w(" #button1 “).link = " https://api.whatsapp.com/send?text= hello&phone=+16196666666”;
But it just try to open Whatsapp, and don’t send anything, i now wix don’t have SMS service, but there’s anyway i can do it? any awesome tips?
Thanks in advance!