Skip to content
Last updated

Changelog

Welcome to the API changelog! This page provides a detailed record of all updates, new features, and upcoming changes to our APIs. Each year is broken down into quarterly releases, with each quarter featuring three sections:

  • New (for newly added features and endpoints)
  • Updates (for improvements, modifications, and behavior changes)
  • Upcoming (for planned deprecations and changes in the next quarter).

This changelog is designed to help you stay informed about the latest developments and prepare for upcoming changes to ensure a smooth experience integrating with our APIs.

2025

Q1

New

New Notification Center Endpoints

In Q1 2025, we introduced Notification Center endpoints to provide better management and delivery of notifications across the platform. These new API endpoints allow developers to integrate, create, and manage notifications within their applications, offering more control over how messages are delivered and received.

With the Notification Center enhancements, you can now:

  • Create, manage, and send notifications directly through the API.
  • Retrieve notification details to track delivery statuses and other metadata.
  • Filter and group notifications for better user segmentation and personalization.

For further guidance:

  • Look here for the Knowledge Base article to see how this works in our Creator Studio product.
  • Look here for our API conceptual documentation on how the endpoints work.
  • Look here for the API reference for the endpoints and their functionality.

Upcoming

Deprection of Assistant Inbox Endpoints

As part of our ongoing efforts to streamline and improve the user experience, we plan to deprecate the Assistant Inbox endpoints in favor of the new Notification Center functionality. The Notification Center provides more robust features for managing and delivering notifications, which will fully replace the Assistant Inbox.

The Assistant endpoints, which were used to manage inbox-related notifications, will no longer be supported once the transition is complete. Moving forward, all notification management and delivery will be handled via the Notification Center endpoints, which offer enhanced functionality for creating, tracking, and personalizing notifications.

Endpoints

EndpointReason
GET /v2/assistant/inbox_itemsReplaced by /v2/notification_center/notifications
GET /v2/assistant/todosReplaced by /v2/notification_center/notifications
GET /v2/assistant/notificationsReplaced by /v2/notification_center/notifications
PUT /v2/assistant/notifications/{notification_id}/acknowledgeRemoved due to low or no usage
PUT /v2/assistant/notifications/{notification_id}/acknowledge_allRemoved due to low or no usage
GET /v2/assistant/inbox_items/total_countReplaced by /v2/notification_center/total_count

Why the change?

  • The Notification Center offers greater flexibility, better performance, and more advanced features compared to the Assistant Inbox.
  • It provides improved tools for managing notifications, including customization, segmentation, and more detailed reporting.

We encourage developers to migrate to the Notification Center endpoints for a more powerful and future-proof notification experience.