Refresh a single template's status from Meta
WhatsApp Templates
Refresh a single template's status from Meta
Re-fetches this one template from Meta and updates local status/components/category. The typical poll after POST /templates to check whether Meta has moved the template from PENDING to APPROVED, REJECTED, or PAUSED.
Typical polling pattern after creating a template:
- POST /templates → returns status=PENDING
- Wait ~30s, then POST /templates//sync → still PENDING?
- Backoff (1m, 2m, 5m) and repeat until status changes
- APPROVED → safe to send. REJECTED → check
data.componentsfor rejection reason; create a new template with fixes. PAUSED → Meta flagged for quality; review before resuming.
Single-template scope: unlike POST /templates/sync which walks the whole WABA, this only fetches one template by its Meta template_id. Cheap to call repeatedly.
POST
Refresh a single template's status from Meta
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"