Skip to main content

Properties

NameTypeFormatDescription
resourceTypestringThe type of resource events to subscribe to. See 'Remarks' section for available values.
eventstringThe type of event to subscribe to. See 'Remarks' section for available values.
contentTypeIdstringSubscribe to events for a specific content type. Used when subscribing to events for a resource type whose instances have a contentTypeId property.
idstringuuidSubscribe to events for a specific instance. Used when subscribing to events for a resource type whose instances have an id property.
dataFormatstringSubscribe to events for a specific data format. Used when subscribing to events for a resource type whose instances have a dataFormat property.
ownerstringSubscribe to events for a specific content owner. Used when subscribing to events for a resource type whose instances have an owner property.
workflowStateChangedstringSubscribe to events where the workflow state changed. Used when subscribing to events for a resource type whose instances go through a workflow.
workflowEventRaisedstringSubscribe to events where a work flow event has been raised. Used when subscribing to events for a resource type whose instances go through a workflow.
workflowStatestringWhen subscribing to workflow state changes, restrict a subscription to events for a specific state. Used when subscribing to the workflowStateChanged events for a resource type whose instances go through a workflow.
workflowEventRaisedstringWhen subscribing to workflow events, restrict a subscription to specific workflow events. Used when subscribing to the workflowEventRaised events for a resource type whose instances go through a workflow.

Example

An example of Topics used in an webhook subscription

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "id": "3a7ce8e3-9c9f-4242-be20-35edb29c4a07", "name": "Content sync", "invokeUrl": "https://external.mywebsite.com/handlewebhooks", "enabled": true, "topics": [ { "resourceType": "entry", "event": "updated", "language": "fr-fr", "contentTypeId": "blog", "owner": "t.durden" }, { "resourceType": "entry", "event": "published", "contentTypeId": "news", "owner": "t.durden" }, { "resourceType": "contentType", "event": "created" } ] }

Remarks

Still need help?

New support request