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