Smartlead integration (Marketing). Imported from open-connector.
https://server.smartlead.ai/api/v1/campaigns/
| Param | Type | Required | Description |
|---|---|---|---|
| client_id | integer | optional | Only return campaigns for this Smartlead client identifier. |
| include_tags | boolean | optional | Whether to include campaign tags in each campaign. |
/campaigns/{campaign_id}
| Param | Type | Required | Description |
|---|---|---|---|
| campaign_id | integer | required | The Smartlead campaign identifier. |
| include_tags | boolean | optional | Whether to include campaign tags in the campaign response. |
/email-accounts/
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The pagination offset. |
| limit | integer | optional | The number of accounts to return, from 1 to 100. |
| isInUse | string | optional | A boolean query value represented as a string. |
| emailWarmupStatus | string | optional | The Smartlead email warmup status filter. |
| isSmtpSuccess | string | optional | A boolean query value represented as a string. |
| isWarmupBlocked | string | optional | A boolean query value represented as a string. |
| esp | string | optional | The Smartlead email service provider filter. |
| username | string | optional | Filter email accounts by username with partial matching. |
| client_id | integer | optional | Only return email accounts for this Smartlead client. |
| fetch_campaigns | string | optional | A boolean query value represented as a string. |
/campaigns/{campaign_id}/leads
| Param | Type | Required | Description |
|---|---|---|---|
| campaign_id | integer | required | The Smartlead campaign identifier. |
| offset | integer | optional | The pagination offset. |
| limit | integer | optional | The number of leads to return, from 1 to 100. |
| status | string | optional | The Smartlead campaign lead status. |
| lead_category_id | integer | optional | Only return leads in this Smartlead lead category. |
| emailStatus | string | optional | The Smartlead lead email engagement status. |
| created_at_gt | string | optional | Only return leads created after this timestamp. |
| last_sent_time_gt | string | optional | Only return leads last sent after this timestamp. |
| event_time_gt | string | optional | Only return leads with events after this timestamp. |