Adobe Workfront Event Subscription API

The Workfront webhook/event surface. A system administrator registers a subscription for an object type (objCode) and event type (CREATE, UPDATE, DELETE) with a destination URL and auth token; Workfront then POSTs a JSON message carrying oldState, newState and eventTime to that endpoint, typically within one second of the change being logged. 30 object types are supported.

API entry from apis.yml

apis.yml Raw ↑
aid: workfront:workfront-event-subscription-api
name: Adobe Workfront Event Subscription API
description: The Workfront webhook/event surface. A system administrator registers a subscription for
  an object type (objCode) and event type (CREATE, UPDATE, DELETE) with a destination URL and auth token;
  Workfront then POSTs a JSON message carrying oldState, newState and eventTime to that endpoint, typically
  within one second of the change being logged. 30 object types are supported.
humanURL: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/event-subscriptions/event-subs-api
baseURL: https://{customer-domain}.my.workfront.adobe.com/attask/eventsubscription/api/v1
tags:
- Webhooks
- Events
- Work Management
properties:
- type: Webhooks
  url: asyncapi/workfront-event-subscriptions-webhooks.yml
- type: Documentation
  url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/event-subscriptions/event-subs-api