📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"type": "messages",
"headers": {
"property1": "string",
"property2": "string"
},
"url": "string",
"mode": "body"
}curl --location --request POST '/settings/webhook_test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "messages",
"headers": {
"property1": "string",
"property2": "string"
},
"url": "string",
"mode": "body"
}'{
"success": true
}