naftiko: 1.0.0-alpha2 info: label: Flowdock Post-To-Flow Workflow description: | Workflow capability: identify a flow the user belongs to and post a chat message into it. Historical — Flowdock was discontinued 2023-08-15. tags: - Flowdock - Workflow - Chat - Discontinued created: '2026-05-22' modified: '2026-05-22' status: discontinued binds: - namespace: env keys: FLOWDOCK_API_TOKEN: FLOWDOCK_API_TOKEN capability: consumes: - type: http namespace: flowdock-rest baseUri: https://api.flowdock.com resources: - name: flows path: /flows operations: - name: listFlows method: GET description: Discover joined flows. - name: messages path: /messages operations: - name: sendMessage method: POST description: Post chat content into the selected flow. exposes: - type: workflow