Is there any way i can add 300 members in whatsapp group using Api

Hey ,

is there any possibillity of adding 300 members in whatsapp using api or something?

Hi @Burhan_Nathdwara Let me clarify, you cannot actually use the official API to automate 300 person mass member adding, for this kind of task you might need to try using a third part api or something like:

And also i would recommend instead of that you could just automate the sending of the invite link by using the official API, else you can go with whapi with an HTTP node if customization of request is needed, here is the docs for their API:

1 Like

Hey @Burhan_Nathdwara !

Just a quick heads-up—it’s always super helpful to mark the answers as the solution so others can find them too, haha. Anyway, my take on this would be to segment the users and funnel them through a join flow (like an LP or confirmation step). I’ve found it’s much more scalable and keeps me compliant with WhatsApp’s policies. I always make sure the opt-in is explicit, though; otherwise, I’d be worried about the number getting flagged or restricted.

1 Like