SendApp Docs
Log in

Create Meta template

POST https://app.sendapp.ai/api/whatsapp-meta/create_template
Creates a WhatsApp Meta template and submits it to Meta for approval. Pass the simple fields (body, and the optional header/footer) and we build the components for you; for advanced templates you can pass the components array directly in Meta format. In the body use {{1}}, {{2}}… as variables.
The template must be approved by Meta before it can be sent. Approval may take some time.

Parameters

9 · 5 required
apikey required
Your API Key.
token required
WhatsApp Meta account token.
name required
Template name: lowercase, letters, numbers and underscores only.
category required
MARKETING, UTILITY or AUTHENTICATION.
body required
Body text (required if you do not pass components).
language optional
Language code (default it).
header optional
Header text (max 60 characters).
footer optional
Footer text (max 60 characters).
components optional
Array/JSON of components in Meta format, for advanced templates.
Need help with the integration? info@sendapp.live