@elastic/sfdc_pipeline_summary
Get current sales pipeline summary grouped by stage
RUN SKILL sfdc_pipeline_summary()With parameters:
RUN SKILL sfdc_pipeline_summary WITH owner = 'value', min_amount = 0| Name | Type | Default | Description |
|---|---|---|---|
| owner | STRING | — | Filter by opportunity owner name |
| min_amount | INT | — |
-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
-H "Content-Type: application/json" \
-d '{"query": "RUN SKILL sfdc_pipeline_summary()"}'
-- Response
{
"result": [...],
"_meta": {
"execution_id": "abc123",
"duration_ms": 45
}
}