Maybe I can help you clarify some things regarding WhatsApp (WA) and Instagram (IG).

  1. if you want to connect your customer’s WA or IG accounts to your Bubble app, you would have to create an app using Meta Developer’s portal [1].

  2. this Meta app will let you connect your user’s IG or WA Business account to your app, but building the back and forth for communicating with that app can be very complex using only Bubble. There are many HTTP requests that you need to do to be able to send or receive messages using this method.

For connecting WA alone, you could use our plugin [2] which doesn’t require that you create a Meta app as that’s already intrinsically covered by our API.

You could, for example, ask your user to enter their WA phone number, then use our API to create a connection that will generate a QR code that your user can scan using WhatsApp [3], and through that, you will get access to their account and be able to send messages on their behalf.

[1] https://developers.facebook.com/
[2] 2Chat: WhatsApp API & free widget Plugin | Bubble
[3] Channel — 2Chat API for Developers

1 Like