Create Datafeed 1

Deprecated

(Deprecated - Datafeed v1 will be fully replaced by the datafeed 2 service in the future. Please consider migrating over to datafeed 2 APIs /agent/v5/datafeeds. For more information on the timeline as well as on the benefits of datafeed 2, please reach out to your Technical Account Manager or to our developer documentation https://docs.developers.symphony.com/building-bots-on-symphony/datafeed) Create a new real time message event stream.

post

A datafeed provides the messages in all conversations that a user is in. This also includes system messages like new users joining a chatroom.

A datafeed will expire if it isn't read before its capacity is reached.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringRequired

Key Manager authentication token.

Responses
200
OK
application/json
post
POST /agent/v4/datafeed/create HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
  "id": "text"
}

Last updated

Was this helpful?