Skip to content

New — WhatsApp Business API onboarding is now self-serve. Live in 15 minutes. See how

BloomCONNECT
Developers

Build on the BloomCONNECT API.

A REST API with 40+ resources, three authentication methods, webhooks, and an MCP server.

Base URL
https://api.connect.bybloomlabs.com
Auth
API key, OAuth, or session token
Format
JSON, cursor pagination, RFC-7807 errors
01 — Resources

Endpoints by resource group.

Endpoint groups
GroupExample endpoint
ContactsGET /contacts
MessagesPOST /messages
CampaignsPOST /campaigns
FAQsGET /faqs
AppointmentsPOST /appointments
TasksGET /tasks
ChannelsGET /channels
Phone numbersGET /phone-numbers
WebhooksPOST /webhooks
AnalyticsGET /analytics
Chat widgetGET /widget
WhatsApp templatesGET /wa-templates
02 — Example

Send a message.

curl -X POST https://api.connect.bybloomlabs.com/messages \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"contact_id":"c_123","channel":"whatsapp","text":"Hi!"}'
03 — Webhooks

~20 events, HMAC-signed.

Webhook events
EventFires when
message.receivedA contact sends a message
message.sentThe agent replies
contact.createdA new contact is added
appointment.bookedA slot is booked in-chat
campaign.completedA campaign finishes
handover.requestedThe agent hands to a human
const sig = req.headers['x-signature'];
const expected = hmac('sha256', SECRET, req.rawBody);
if (sig !== expected) return res.status(401).end();

Put an AI sales agent in your inbox today.

It reads, replies, qualifies and books — across every channel your customers already use. Live in about fifteen minutes.

  • 14-day free trial
  • No card required
  • Live in 15 minutes
WhatsAppLive thread

do you ship to Cebu? and how much for 2?

09:41

Yes, we ship to Cebu next-day. Two units is ₱2,400 delivered. Want me to reserve stock and send the payment link?

09:41✓✓

go

09:42