> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inbox.adraa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Weekly recap: June 16–18, 2026

> Everything that shipped this week in Adraa Inbox — grouped by new features, updates, and fixes.

A productive week: connect your inbox to thousands of apps with **Zapier**, answer faster with **quick replies**, and reach for more of your workspace from the **public API**.

## New features

* **Zapier integration.** Trigger Zaps when a new message, conversation, or contact arrives, and run inbox actions — send a reply, assign or close a conversation, set contact tags, send a WhatsApp broadcast — from any app Zapier supports. See the [Zapier guide](/guide/zapier).
* **Quick replies.** Save canned responses with a short code, keywords, and optional variables, then insert them from the composer as inline suggestions or from the picker. Scope each reply to everyone, specific teams, or just you. See the [Quick replies guide](/guide/quick-replies).
* **Variables in quick replies.** Use numbered placeholders like `{{1}}` and `{{2}}` — Adraa Inbox prompts for each value before dropping the finished text into the composer.
* **iOS support for quick replies.** Inserting quick replies works on both the web and iOS apps (creating and editing stays on the web).

## Updates

* **Manage teams from channel settings.** Create and manage [agent groups (teams)](/guide/team#agent-groups) directly from **WhatsApp**, **Instagram**, or **Email** channel settings. Groups are shared across the workspace and can be used for inbox assignment, email routing, and quick reply availability.
* **Create conversations via API.** Open a new email or web conversation — optionally with a first message — using `POST /api/v1/conversations`. See the [API reference](/api-reference/introduction).
* **Close and reopen conversations via API.** Change a conversation's status with `POST /api/v1/conversations/{conversationId}/close` and `POST /api/v1/conversations/{conversationId}/reopen`.
* **List messages via API.** Page through messages across the workspace with `GET /api/v1/messages`, filtered by conversation, channel, direction, or date range.
* **Set contact tags via API.** Replace the full set of tags on a contact in one call with `PUT /api/v1/contacts/{contactId}/tags`, and list every tag in the workspace with `GET /api/v1/tags`.
* **Sort list endpoints.** Conversations, contacts, and messages now accept sort parameters so you can pull the newest (or oldest) records first.

## Fixes

No bug fixes shipped this week.

## Get started

Connect your workspace to Zapier from **Settings → API**, then follow the [Zapier guide](/guide/zapier) to build your first Zap.
