Create Datafeed 2
Creates a new real time messages / events stream ("datafeed"). The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list.
Returns the ID
of the datafeed that has just been created. This ID
should then be used as input to the Read Datafeed endpoint.
Create a new real time messages / events stream ("datafeed").
Available on Agent 2.57.0 and above.
The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list. (see definition on top of the file)
Returns the ID of the datafeed that has just been created. This ID should then be used as input to the Read Messages/Events Stream v4 endpoint.
A unique identifier to ensure uniqueness of the datafeed.
Datafeed sucessfully created.
ID of the datafeed
type of the feed. Known values are "fanout" and "datahose"
Last updated