📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"participants": [
"<Recipient WA-ID, from Contacts API>"
]
}curl --location --request POST '/groups//participants' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"participants": [
"<Recipient WA-ID, from Contacts API>"
]
}'{
"success": true,
"failed": [
1234567890
],
"processed": [
1234567890
]
}