Create a new WhatsApp template
Creates a new draft template that can be later submitted to WhatsApp for approval.
When a whatsapp_config_id (or customer_id) is provided, the template is automatically associated with all production configs that share the same WhatsApp Business Account (WABA).
Note: You cannot associate templates with configs from different WABAs. Attempting to do so will return a 422 validation error.
Documentation Index
Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key required for all endpoints
Body
Optional: Specific WhatsApp phone number configuration to associate with template. Templates can be associated with multiple phone numbers (WhatsApp configs). Association options:
- If whatsapp_config_id provided: associates with that specific phone number only
- If customer_id provided: associates with ALL production configs of that customer
- If neither provided: associates with ALL production configs of the project
Optional: Customer whose WhatsApp configs to associate with template. When provided, the template will be associated with ALL production WhatsApp configs (phone numbers) belonging to this customer, making it available for sending from any of them.
Response
Template created successfully

