03-20-2023, 02:49 PM
(02-07-2023, 06:45 AM)Sophia78 Wrote: To send an alert message to WhatsApp using the KC868-A4 A8 (ESP32), you can use the Twilio API to programmatically send SMS messages, including WhatsApp messagesaero Here is an example workflow:
You will need to have some experience with programming and APIs to complete this task. Additionally, you may need to consider purchasing a Twilio package to access the API.
- Sign up for a Twilio account and get a Twilio phone number.
- Set up a new project in Twilio to receive SMS messages.
- Use the Twilio API to send a message to a specific phone number in the format "WhatsApp:<phone-number>".
- Use the ESP32 to make an HTTP request to the Twilio API, passing in the message and destination phone number.
The provided workflow outlines a way to send alerts to WhatsApp using the KC868-A4 A8 and Twilio API. It requires programming skills and a Twilio account.