Sign in

Upload WhatsApp template

documented

Upload a new WhatsApp template for approval.

POST /whatsapp_template/uploadWhatsApp Template APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.v3.tatango.com/whatsapp_template/upload" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{TATANGO_API_KEY}}" \
  -d '{"name": "{{$template_name}}", "language": "{{$language}}", "category": "{{$category}}", "structure": {"type": "TEXT", "body": {"text": "{{$text}}"}}, "webhookUrl": "{{$webhookUrl}}"}'