Create Datafeed 1
(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
400
Client error.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
503
Max number of data feeds reached.
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?