> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# RocketReach

> Connect RocketReach to Deepline, configure API access, and use contact search, company search, and enrichment actions in workflows.

Use RocketReach when a workflow needs contact or company data through an agent-callable API.

## Connect RocketReach

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **RocketReach**.
4. Add the API key or connection requested by Deepline.
5. Run the connection test and confirm your RocketReach plan exposes the needed action.

## Action IDs

Use these operation IDs in integration calls:

* `rocketreach_lookup_person`
* `rocketreach_search_people`
* `rocketreach_lookup_company`
* `rocketreach_get_account`
* `rocketreach_get_universal_account`

## Common inputs

* Name and company
* Domain
* LinkedIn URL
* Email or phone lookup fields supported by the selected action

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/rocketreach_lookup_company/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"domain":"example.com"}}'
```

For provider positioning, use the [RocketReach GTM Stack profile](https://deepline.com/gtm-stack/providers/rocketreach).
