Flowise · Capability

Leads

Leads is a Naftiko capability published by Flowise, one of 13 capabilities the APIs.io network indexes for this provider.

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

Run with Naftiko

Capability Spec

leads.yaml Raw ↑
name: flowise-leads
description: |
  Capture and retrieve leads generated by a chatflow. Useful for lead-gen
  chatbots embedded on marketing sites.
provider: flowise
api: flowise
authentication:
  type: bearer
baseUrl: http://localhost:3000/api/v1
operations:
  - id: create-lead
    method: POST
    path: /leads
    summary: Create a new lead in a chatflow
  - id: list-leads
    method: GET
    path: /leads/{id}
    summary: Get all leads for a specific chatflow
tags:
  - Leads
  - Conversational Marketing