Smartlead: list email accounts
smartlead_list_email_accountsRetrieve a paginated list of connected sending email accounts with filters for email service provider, SMTP success, warmup status, and campaign usage. Read-only access for reviewing your sending setup.
Instructions
List connected sending accounts with warmup, SMTP and provider filters. Safety — read-only: yes; may consume SmartProspect credits: no; creates or modifies remote state: no; can send email: no; destructive: no. Endpoint: GET https://server.smartlead.ai/api/v1/email-accounts/. Free and read-only. Returns mailbox addresses, which are personal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| esp | No | Filter by email service provider. | |
| limit | No | Accounts per page (1-100). | |
| offset | No | Pagination offset. | |
| isInUse | No | Filter by whether the account is used in campaigns. | |
| username | No | Partial match on the account username. | |
| client_id | No | Filter by client ID. | |
| isSmtpSuccess | No | Filter by SMTP connection success. | |
| fetch_campaigns | No | Include the campaign IDs each account is used in. | |
| isWarmupBlocked | No | Filter by warmup blocked status. | |
| emailWarmupStatus | No | Filter by warmup status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |