To start a conversation on WhatsApp you send an approved template. Here are the categories Meta supports, what each is for, and the rules that keep your messages deliverable.
Offers, promotions, campaigns and product announcements. Requires opt-in and must include an opt-out option.
Invoices, order updates, appointment and payment reminders tied to a specific transaction.
One-time passwords and login verification codes.
Free-form replies to a customer inside the open 24-hour service window.
You submit the template text with numbered variables. Once approved, you send it by name and fill in the values.
Template name: welcome_offer · Category: Marketing · Language: en
Hi {{1}}, welcome to {{2}}. Your offer is {{3}}. Reply STOP to opt out.
curl -X POST https://api.laabam.one/v1/messaging/{company}/whatsapp \
-H "X-Client-Id: lk_id_..." \
-H "X-Client-Secret: lk_secret_..." \
-H "Content-Type: application/json" \
-d '{
"to": "919800000000",
"type": "template",
"template": {
"name": "welcome_offer",
"language": "en",
"variables": ["Selva", "Laabam", "20% discount"]
}
}'Send us your message samples and use case — our team submits them for Meta approval and gets you sending faster.