{ "opencollection": "1.0.0", "info": { "name": "Brevo Contacts Agent Status WhatsApp Templates API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "WhatsApp Templates", "type": "folder" }, "items": [ { "info": { "name": "Create a WhatsApp template", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/whatsappCampaigns/template", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new WhatsApp message template. Templates must be approved by Meta before they can be used for sending messages." }, { "info": { "name": "Return all WhatsApp templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/whatsappCampaigns/template-list", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per request." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "Retrieves all WhatsApp message templates created in the account including their approval status and content." }, { "info": { "name": "Send a WhatsApp template for approval", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/whatsappCampaigns/template/approval/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path", "description": "Unique identifier of the template to submit for approval." } ] }, "docs": "Submits a WhatsApp message template to Meta for review and approval. Templates must be approved before they can be used for sending messages to recipients." } ] } ], "bundled": true }