...
When registering an endpoint, a name and a URL where notifications should be sent to must be provided. Furthermore, it must be indicated which of the following change types the integration endpoint should receive notifications for:
ChangeTypesChange type | Corresponding internal events |
---|---|
AssetChanged | AssetCreated, AssetDeleted, AssetExternalProccessingFinished, AssetFolderUpdated, AssetLocationStateUpdated, AssetMetadataUpdated, AssetProfilePublished, AssetSecurityUpdated, AssetUploadFinished |
ComboValueChanged | ComboValueCreated, ComboValueDeleted, ComboValueMetadataUpdated, ComboValueSecurityUpdated |
MetafieldChanged | MetafieldCreated, MetafieldDeleted, MetafieldMetadataUpdated, MetafieldSecurityUpdated |
TreeValueChanged | TreeValueCreated, TreeValueDeleted, TreeValueMetadataUpdated, TreeValueSecurityUpdated |
An integration endpoint can subscribe to any subset of the four change types, but it must subscribe to at least one change type.
Integration endpoints can subscribe to any combination of change types. However, you
When subscribing to a change type, each time a corresponding internal event occurs, a notification will be sent to the URL registered for the integration endpoint each time a corresponding internal event occurs. Thus, an . For instance, both AssetCreated and an AssetDeleted event events will , for instance, both trigger an identical trigger the same AssetChanged notification to on all endpoints that subscribe to AssetChanged events.
...