Dialogue Cloud

Event Forwarder plugin for Core

Note: This feature requires an additional plugin. Please contact your Sales Representative to confirm whether the plugin is included with your license and/or installation.

The Event Forwarder Plugin subscribes the EventBus and forwards all events to a configured Rest endpoint using post.

The events are of the following format:

{ Name: string, Event: object }

For example:

{ Name: 'AgentPresenceChangeEvent',

Event:

{ PresenceState: 8,

SipUri: 'sip:user@domain.com',

Timestamp: '2020-05-27T14:41:46.8456019+00:00',

SequenceNumber: 72 } }​