Release Notes

May 10, 2022

We have made updates to Karbon's public API that impact an existing endpoint: WebhookSubscriptions. We have also introduced Webhooks for WorkItem and Notes.

High level summary

This document outlines the changes to Karbon's public API as a result of the Karbon release on May 10, 2022.

In summary, the API changes impact 1 endpoint and have introduced 2 webhooks:

  1. JSONCopied!
    WebhookSubscriptions
    (existing endpoints)
  2. Introduced Webhooks for
    JSONCopied!
    WorkItems
    and
    JSONCopied!
    Notes

JSONCopied!
WebhookSubscriptions (existing)

  • JSONCopied!
    GET
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions
    will by default search for contact webhook subscription for a tenant
  • JSONCopied!
    GET
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions/Work
    will search for WorkItem webhook subscription for a tenant
  • JSONCopied!
    GET
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions/ContentItem
    will search for Notes webhook subscription for a tenant
  • JSONCopied!
    POST
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions
    will by default create Contact webhook subscription for a tenant
  • JSONCopied!
    POST
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions/Work
    will create WorkItem webhook subscription for a tenant
  • JSONCopied!
    POST
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions/ContentItem
    will create Note webhook subscription for a tenant
  • JSONCopied!
    DELETE
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions
    will by default delete Contact webhook subscription for a tenant
  • JSONCopied!
    DELETE
    endpoint /
    JSONCopied!
    v3/WebhookSubscriptions/Work
    will delete WorkItem webhook subscription for a tenant
  • JSONCopied!
    DELETE
    endpoint
    JSONCopied!
    /v3/WebhookSubscriptions/ContentItem
    will delete Note webhook subscription for a tenant