Change history
This page highlights changes to the API and significant documentation updates.
December 2025
- Added replies to webhooks.
September 2025
- Added a WhatsApp example on the walkthrough.
July 2025 (Version 0.10)
January 2025
- Updated the API URL to
https://api.kero.chat/rbm. - Removed the fallback config update API endpoint.
- A new page for webhook integrators.
September 2024 (Version 0.9)
Added batch based campaigns:
- Specify
campaignNameon batch create. - New endpoints for campaigns on the basic API.
Added WhatsApp brand agents:
- The response on brand agent list now contains
a
providerType. - When creating message content you can
specify a WhatsApp message in the
waproperty. See this page for more information about WhatsApp messages.
Better auto references for batches:
- When using
autoon create batch theuserRefof every batched message now contains a sequence number.
July 2024 (version 0.8)
Added optional agentId to POST /basic/template.
Simplified batch processing:
- Specify the
agentIdon create batch. - Deprecated
PUT /basic/batch/:batch_id/submitin favour ofGET /basic/batch/:batch_id/submitfor submit batch.