Is twilio mandatory to access whatsapp api
My requirement is to send whatsapp message from the web page. So, it should be a single page which will have fields To Mobile number, message and send button.
I found the documentation from facebook that we need to get whatsapp business api for this. I also see some other tools like twilio to achieve this. It is just confusing that, If we can achieve it using whatsapp business api itself, why we require twilio So, My question here is, Is twilio or other third party tools really require to access whatsapp api.
Note: i am planning to do this implementation with node js.
Please clarify.