March 26, 2024

  • We added a Notifications resource and a notification.created webhook to our API. See our API docs for details about how the notification resource works.
    • The new resource has the following endpoints: List Notifications, Create Notification, Delete Notification, Mark Notification Read, Mark Notification Unread
    • Note that the notification.created webhook and the List Notifications endpoint can be used in any workspace. At this time the other endpoints can only be used by Custom Apps.
  • Some webhooks will now include a previousAttributes map that allows you to see what has changed about a resource. With this release, the client.updated webhook now includes previousAttributes.
  • Fixed several webhook naming inconsistencies.