Flowdock (Discontinued) · AsyncAPI Specification
Flowdock Streaming API
Version 1.0
Historical streaming surface for CA Flowdock. Long-lived HTTP connection that emitted real-time message events from one or more flows. Two content types were supported: a newline-delimited JSON stream (`application/json`, delimited by `\r`) and HTML5 Server-Sent Events (`text/event-stream`). Discontinued with the rest of Flowdock on August 15, 2023. Reconstructed from https://github.com/flowdock/api-docs/blob/master/docs/streaming.md.
View Spec
View on GitHub
Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinuedAsyncAPIWebhooksEvents
Channels
/flows
Subscribe To Flow Events
Streams messages from a comma-separated list of flows specified via the `filter` query parameter, or private messages when `user=1`.
/flows/{organization}/{flow}
Subscribe To Single Flow Events
Convenience stream for a single flow.
Messages
FlowEvent
FlowEvent
One event from a flow (message, status, comment, file, activity, discussion, tag-change, message-edit, activity.user, action).
Servers
https
production
stream.flowdock.com
Long-lived HTTP streaming endpoint (offline since 2023-08-15).