WhatsApp Business API

WhatsApp,madeenterprise.

Templates, two-way chat, broadcasts and rich media — over the official Cloud API. Black Konnect handles BSP onboarding, template approval and the high-volume webhook plumbing so you don't have to.

09:32
BK
Black Konnectonline · verified business
Message
Template gallery

Six templates that cover most use-cases.

Submit a template once, get Meta's approval, send unlimited times. Black Konnect handles the approval workflow and versioning.

Authenticationotp_verification
Your Black Konnect verification code is 482910. Valid for 5 minutes. Do not share.
Delivered · 224 ms
Variables · 1
{{1}} code
Utilityorder_confirmation
Hi Thabo, your order #BK-2841 has been confirmed. Total: BWP 450. Estimated delivery: Tomorrow.
Variables · 4
{{1}} name{{2}} order_id{{3}} amount{{4}} eta
Utilitypayment_receipt
Receipt: BWP 200 paid to Eskom Prepaid. Reference: BK-2841. Thank you.
Delivered · 224 ms
Variables · 3
{{1}} amount{{2}} biller{{3}} reference
Utilityshipping_update
Hi Lerato, your package is out for delivery and will arrive by 4pm.
Variables · 2
{{1}} name{{2}} eta
Utilityappointment_reminder
Hi Kabo, reminder: your appointment with Dr. Mokoena is tomorrow at 10:00.
Variables · 4
{{1}} name{{2}} provider{{3}} date{{4}} time
Marketingpromo_offer
Kefilwe, our new airtime bundle is here. Get 20% off this week with code SAVE20.
Variables · 4
{{1}} name{{2}} product{{3}} discount{{4}} code
Capabilities

The full Meta Cloud API, hardened for African networks.

From template management to media uploads, every WhatsApp surface is covered — with delivery analytics that tie out against Meta's billing.

Templates

Approved templates in 30+ languages.

Submit, version, and roll out — without filing tickets with Meta.

Two-way chat

Webhook in, REST out.

Build agent inboxes, chatbots, or hybrid flows on the same API.

Media

Image, document, audio, video.

Receipts, contracts, proof-of-delivery photos — through one endpoint.

Broadcasts

Bulk-send to opted-in audiences.

With per-recipient delivery receipts and conversation tracking.

Compliance

Opt-in, opt-out, and audit trails.

Meta policy honoured automatically; full audit logs retained.

Two lines of code

Send a template-driven WhatsApp message in seconds.

Channel routing is implicit. Hit the same /messages endpoint as SMS; specify channel: whatsapp and a pre-approved template name. Black Konnect handles the rest.

curl https://api.blackkonnect.io/v1/messages \
  -H "Authorization: Bearer $BK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "channel":  "whatsapp",
    "to":       "+254700123456",
    "template": "order_confirmation",
    "params":   ["482910", "KES 6500"]
  }'