curl -X POST https://api.whaapy.com/funnel/v1/stages \ -H "Authorization: Bearer wha_TU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Negotiation", "color": "#f59e0b" }'
{ "stage": { "id": "550e8400-e29b-41d4-a716-446655440003", "name": "Negotiation", "position": 3, "color": "#f59e0b", "contact_count": 0, "created_at": "2026-01-28T12:00:00Z", "updated_at": "2026-01-28T12:00:00Z" } }
Crea una nueva etapa en el funnel
funnels:write
position
#10b981
{ "error": "validation_error", "message": "Datos inválidos", "details": { "name": ["El nombre es requerido"], "color": ["Color inválido. Usar formato hex: #RRGGBB"] } }
funnel_stage.created
{ "event": "funnel_stage.created", "data": { "stage_id": "550e8400-e29b-41d4-a716-446655440003", "name": "Negotiation", "position": 3, "color": "#f59e0b", "created_at": "2026-01-28T12:00:00Z" } }