New features
- Broadcast page. Reach many customers in one action from the new Broadcast page. See the Broadcast guide.
- New broadcast composer. Pick an approved WhatsApp template, choose an audience, review the live reach, and send.
- Contact groups. Create reusable named audiences from people who have messaged your workspace, search to add members, and edit groups any time. Each group shows how many members can be reached on WhatsApp.
- Audience by filters. Target contacts by tags, country, last assigned agent, last team, open/closed status, unread chats, language, and last-activity date range.
- Import a list (Excel). Download a sheet for your chosen template (a
phonecolumn plus a column per variable), fill one row per recipient, and upload it — each recipient gets their own variable values. CSV works too. See Import a list. - Tags. Apply labels to contacts from the Contacts page (create them inline) and target them in a broadcast.
- Contact language. Set a contact’s language and broadcast in the right one.
- Broadcast history. Every send is recorded with its audience, template, and result — completed, partial, or failed.
- Broadcast API. Send to any audience with
POST /api/v1/broadcasts. List groups withGET /api/v1/contact-groups, create one withPOST /api/v1/contact-groups, or send to a saved group withPOST /api/v1/contact-groups/{groupId}/broadcasts. See the API reference.