Add a row of customers to a group
A sheet holds numbers and a status column. A batched trigger reads the unprocessed rows, posts them to the group's participants endpoint, and writes back whether each person was added or merely invited.
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"]}'