Add a new customer to the members group
A payment webhook starts the scenario, a router checks the plan, and an HTTP module posts the customer's number to the group's participants endpoint. The per-participant result is stored so an invite-instead-of-add is visible later.
POST /groups/{id}/participants Add participants to a group
curl --request POST \
--url https://api.wapito.com/v1/groups/120363041234567890@g.us/participants \
--header 'Authorization: Bearer wpt_YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"participants":["+15551234567","+15559876543"]}'