☁️

Find Account

@elastic/sfdc_find_account

Find Salesforce accounts by name, domain, or ID

Usage

RUN SKILL sfdc_find_account()

With parameters:

RUN SKILL sfdc_find_account WITH query = 'value', limit = 0

Parameters

NameTypeDefaultDescription
querySTRINGSearch query - account name, domain, or Salesforce ID
limitINT

Returns

matching

Example

-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
  -H "Content-Type: application/json" \
  -d '{"query": "RUN SKILL sfdc_find_account()"}'

-- Response
{
  "result": [...],
  "_meta": {
    "execution_id": "abc123",
    "duration_ms": 45
  }
}