Hello everyone.
I wanted to know if anyone is using any API to send messages to WhatsApp.
I know that for this you have to use the Curl libraries using Harbor.
I'm testing with Twilio and I can't use it well.
if you can give me a help.
The code in curl that is shown in the example in Twilio is the following/*
//Send an outgoing WhatsApp message with free format EXCLAMATION_MARK='!'
curl -X POST "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages.json" \
--data-urlencode "From=whatsapp:+14155238886" \
--data-urlencode "Body=Hello, there$EXCLAMATION_MARK" \
--data-urlencode "To=whatsapp:+15005550006" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
*/Thank you
Pablo JalabertHola a todos.
Hi Pablo,
You may want to check out this article in Harbour group for sending Whatsapp messages.
https://groups.google.com/g/harbour-users/c/fNAgAJeYilE/m/Ua9roiECAgAJ
HTH,
Warm regards,
Jayadev
--
Visit our website on https://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/CAGRnY3S9fnR%3DGrLLgApX4DjyCK8vj-CSaea52sD%3Dm3AY-DTzXQ%40mail.gmail.com.