[
Official tech provider
]
]
WhatsApp infrastructure to grow your business
Trusted by top companies
Kerni Platform
Capture, support, and retain on WhatsApp: campaigns that land, one shared inbox for your whole team, and AI agents that reply for you.
Explore Kerni Platform
Kerni API
Send messages
Receive messages
curl https://api.kerni.app/v1/messages \
-H "Authorization: Bearer $KERNI_API_KEY" \
-d phone_number_id="phn_01ARZ3NDEKTSV4RR" \
-d type="template" \
-d template="order_confirmed"
{
"type": "message.received",
"data": {
"object": "message",
"from": "15559876543",
"body": "¿Ya salió mi pedido?",
"message_type": "text",
"conversation_id": "conv_01ARZ3NDEKTSV4RR"
}
}
Send and receive WhatsApp messages straight from your code — REST API, webhooks, and OpenAPI docs.
Explore Kerni API