Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage pipeline definitions and stages for workflow tracking.
GET /api/pipelines?type=Contact
POST /api/pipelines?type=Contact
curl -X POST "https://your-instance.example.com/api/pipelines?type=Contact" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "name": "Sales pipeline", "stages": ["New", "Qualified", "Closed"] }'