curl -X PATCH https://api.whaapy.com/funnel/v1/stages/550e8400-e29b-41d4-a716-446655440000 \ -H "Authorization: Bearer wha_TU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Hot Lead", "color": "#ef4444" }'
{ "stage": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Hot Lead", "position": 0, "color": "#ef4444", "contact_count": 120, "created_at": "2026-01-01T00:00:00Z", "updated_at": "2026-01-28T12:30:00Z" } }
Actualiza el nombre o color de una etapa
funnels:write
{ "error": "validation_error", "message": "Datos inválidos", "details": { "color": ["Color inválido. Usar formato hex: #RRGGBB"] } }
{ "error": "not_found", "message": "Etapa no encontrada" }
funnel_stage.updated
{ "event": "funnel_stage.updated", "data": { "stage_id": "550e8400-e29b-41d4-a716-446655440000", "name": "Hot Lead", "color": "#ef4444", "updated_at": "2026-01-28T12:30:00Z" } }