Flowdock (Discontinued) · Example Payload

Flowdock Message Event Stream

Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinued

Flowdock Message Event Stream is an example object payload from Flowdock (Discontinued), with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appeventtagsuuididflowcontentsentattachmentsusercreated_at

Example Payload

Raw ↑
{
  "app": "chat",
  "event": "message",
  "tags": [],
  "uuid": "4W_LQEybVaX-gJmi",
  "id": 45590,
  "flow": "deadbeefdeadbeef",
  "content": "Hello World",
  "sent": 1317715340213,
  "attachments": [],
  "user": "2",
  "created_at": "2011-10-04T08:02:20.213Z"
}