What api do you use for?

What api do you use for WhatsApp for your clients and you had no issue with it ?

Hey @mediah When working for clients I normally suggest to use Whaapy or WSAPI because these are the most reliable, modern feture incl. AI capabilities and with foreseeable costs.

https://www.npmjs.com/package/n8n-nodes-whaapy

3 Likes

@mediah

It really depends on how you plan to integrate it with n8n.

If you’re building automations, the most common setups are WhatsApp Cloud API from Meta, Twilio, or 360dialog. In practice, Cloud API is the most reliable long term, while Twilio and 360dialog are easier to get started with.

In n8n, the usual flow is a Webhook to receive messages, then processing, and an HTTP Request to send replies.

If you share your use case, I can suggest a more precise setup

Thanks for the response, I want to ask if i can also use evolution api ??

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.