# Capsule CRM · `search_parties`

Search Capsule CRM parties by query text.

- **Service**: `capsule_crm`
- **Action**: `search_parties`
- **Action id**: `capsule_crm.search_parties`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "capsule_crm" --action "search_parties"
```

## Run

```bash
oo connector run "capsule_crm" --action "search_parties" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
