Flowdock (Discontinued) · Capability

Flowdock Post-To-Flow Workflow

Workflow capability: identify a flow the user belongs to and post a chat message into it. Historical — Flowdock was discontinued 2023-08-15.

Flowdock Post-To-Flow 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, Chat, and Discontinued.

Run with Naftiko FlowdockWorkflowChatDiscontinued

Capability Spec

post-to-flow.yaml Raw ↑
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