naftiko: 1.0.0-alpha2 info: label: Flowdock Integration Source Workflow description: | Workflow capability: as an OAuth-authorized integration, register a source on a target flow, then push integration activity (discussion / activity events) into that flow as threaded items. Historical — Flowdock was discontinued 2023-08-15. tags: - Flowdock - Workflow - Integration - TeamInbox - Discontinued created: '2026-05-22' modified: '2026-05-22' status: discontinued binds: - namespace: env keys: FLOWDOCK_API_TOKEN: FLOWDOCK_API_TOKEN FLOWDOCK_FLOW_TOKEN: FLOWDOCK_FLOW_TOKEN capability: consumes: - type: http namespace: flowdock-rest baseUri: https://api.flowdock.com resources: - name: flowSources path: /flows/{organization}/{flow}/sources operations: - name: createSource method: POST description: Authorize the integration as a source on the flow. - name: messages path: /messages operations: - name: postActivity method: POST description: Push activity or discussion events into the source's thread. exposes: - type: workflow