> ## 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.

# Smartlead

> Connect Smartlead to Deepline, configure campaign access, and push reviewed leads into campaigns with mapped fields and run history.

Use Smartlead through Deepline when a workflow needs to create campaigns, manage leads, or push reviewed contacts into Smartlead.

## Connect Smartlead

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **Smartlead**.
4. Add the API key for the Smartlead workspace.
5. Run the connection test and confirm campaign access before writing leads.

## Common actions

* Create campaign
* Push to campaign
* List campaigns
* Fetch campaign analytics
* Fetch lead by email
* Pause or remove a lead by campaign

## Run from the API

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

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