Home > Mobile >  Webhook endpoint listener with java
Webhook endpoint listener with java

Time:07-06

I want to get the webhook from whatsapp businnes api with the messages directly in java. Is there a way without Node.js ? Could maybe java spring work ?

CodePudding user response:

Yes, Java Spring can handle HTTP requests and hence webhooks.
You might want to start with a tutorial.

  • Related