The WhatsApp Business Platform requires Meta business verification, pre-approved message templates, and complex webhook handling. RelayAPI handles OAuth, rate limits, media hosting, and API changes.
No credit card required · Free plan available
const res = await fetch("https:">//api.relayapi.dev/v1/posts", {
method: "POST",
headers: {
Authorization: "Bearer rlay_live_xxxx",
"Content-Type": "application/json",
},
body: JSON.stringify({
content: "Check out our latest update!",
platforms: ["whatsapp"],
media: ["https:">//cdn.example.com/image.jpg"],
}),
});Publishing via the WhatsApp Business Platform API requires a verified Meta Business account and an approved WhatsApp Business phone number. Personal WhatsApp accounts cannot be used.
Authorize your WhatsApp account via OAuth in about 30 seconds.
Use the REST API or our SDKs to publish content from your stack.
RelayAPI manages publishing, rate limits, and delivery notifications.
Send WhatsApp messages with a single API call. No webhook infrastructure, no template XML, no media hosting. Connect your Business account and start messaging.
RelayAPI uses the official WhatsApp Business Platform API. Messages are delivered natively with read receipts and delivery status, while we handle verification and compliance.
Create, submit, and track message template approvals through RelayAPI. We handle template formatting, variable substitution, and locale management across your campaigns.
Yes. The WhatsApp Business Platform API requires a Meta Business account with a registered WhatsApp Business phone number. Personal WhatsApp accounts are not supported for API messaging.
RelayAPI supports text messages, images, videos, documents, audio, location sharing, contacts, pre-approved templates with variables, and interactive messages (buttons, lists).
To message users outside the 24-hour conversation window, you must use Meta-approved templates. RelayAPI lets you create, submit for review, and manage templates through our API. Once approved, send them with dynamic variables in a single call.
Yes. RelayAPI handles the webhook infrastructure for incoming messages. You receive clean webhook callbacks with parsed message content, and can reply within the 24-hour session window using free-form messages.
Join developers who chose RelayAPI over wiring up WhatsApp Business Platform API by hand.