2021 Sep 23 2:29 PM
I have a requirement for sending a message to a whatsapp on a mobile number using a webhook.
In spite of googling ,I cannot figure how to use this hook in my ABAP program/ enhancement.
Kindly suggest
2021 Sep 23 5:58 PM
My 2 cents.
I guess you want to send an HTTP request to Whatsapp API.
To build an HTTP request, search class CL_HTTP_CLIENT or CL_REST_HTTP_CLIENT... And refer to Whatsapp API documentation about how to build the HTTP request and to get the connectivity.