Flowdock (Discontinued) · Capability

Flowdock Integration Source Workflow

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.

Flowdock Integration Source Workflow is a Naftiko capability published by Flowdock (Discontinued), one of 2 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Flowdock, Workflow, Integration, TeamInbox, and Discontinued.

Run with Naftiko FlowdockWorkflowIntegrationTeamInboxDiscontinued

Capability Spec

integration-source.yaml Raw ↑
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