{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Chat API", "version": "1.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Push Chat Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.flowdock.com/v1/messages/chat/:flow_api_token", "params": [ { "name": "flow_api_token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post a chat message to a flow as an \"external user\"." } ] } ], "bundled": true }