Superadmin APIs/Email & Notification Templates
Sync WhatsApp Templates
POST
/superadmin/whatsapptemplates/syncBearer token required
SUPERADMINContent-Type:
application/jsonRequest Example
JSON
{
"templateIds": [
1,
2,
3
],
"dryRun": false
}Code Examples
curl -X POST 'https://<your-domain>:3001/superadmin/whatsapptemplates/sync' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{
"templateIds": [
1,
2,
3
],
"dryRun": false
}'