curl -X GET "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/columns/templates" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"templates": [
{
"id": "ai-text",
"label": "AI Text",
"description": "Generate text using AI",
"type": "ai",
"dataShape": "text"
},
{
"id": "waterfall-email",
"label": "Find Work Email",
"description": "Find work email via waterfall lookup",
"type": "task",
"dataShape": "waterfall"
}
]
}
List available column templates
curl -X GET "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/columns/templates" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"templates": [
{
"id": "ai-text",
"label": "AI Text",
"description": "Generate text using AI",
"type": "ai",
"dataShape": "text"
},
{
"id": "waterfall-email",
"label": "Find Work Email",
"description": "Find work email via waterfall lookup",
"type": "task",
"dataShape": "waterfall"
}
]
}
curl -X GET "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/columns/templates" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"templates": [
{
"id": "ai-text",
"label": "AI Text",
"description": "Generate text using AI",
"type": "ai",
"dataShape": "text"
},
{
"id": "waterfall-email",
"label": "Find Work Email",
"description": "Find work email via waterfall lookup",
"type": "task",
"dataShape": "waterfall"
}
]
}