Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. For instance, both AssetCreated and AssetDeleted events will trigger the same AssetChanged notification on all endpoints that subscribe to AssetChanged events.

...