A request that the integration will send to Ultra that will allow the integration to be notified when one of the subscribed events has been triggered.
The requesting integration must have the following authorization scopes to subscribe to certain events:
Note: an integration with an authorization scope of * will be able to subscribe to all events.
*
An example request to subscribe to click, hover, and route events:
{ type: 'event:subscribe', subscriptions: ['click', 'hover', 'route'] }
An array of UltraIntegrationSubscriptionType events.
Must be SUBSCRIBE_TYPE.
Generated using TypeDoc
A request that the integration will send to Ultra that will allow the integration to be notified when one of the subscribed events has been triggered.
The requesting integration must have the following authorization scopes to subscribe to certain events:
Note: an integration with an authorization scope of
*
will be able to subscribe to all events.An example request to subscribe to click, hover, and route events:
{ type: 'event:subscribe', subscriptions: ['click', 'hover', 'route'] }