Whatsapp Cloud API talks to RedBot via a https callback (a self signed certificate is not enough). We’ll use ngrok to create a https tunnel for our local Node-RED instance. Install it, then open a shell window and run
ngrok http 127.0.0.1:1880
You should get something like
ngrok
Grab the https address you get, something like https://123123.ngrok.io, this is the base url that points back to your Node-RED instance.
The callback is
<http://youraddress.ngrok.io/redbot/whatsapp>
Create new Facebook app https://developers.facebook.com/apps/create/, pick up Business
In the app Dashboard go to the “Add products to your app” and add Whatsapp (it only appears for Business applications).
Switch to the “Getting started” section