Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use a webhook in ABAP program?

nidak2501
Explorer
0 Kudos
507

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

1 REPLY 1

Sandra_Rossi
Active Contributor
270

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.