Introduction
This integration enables users to add leads from Clay directly into Smartlead campaigns. By leveraging Smartlead's API, the action automates the process of populating campaigns with new leads, streamlining outreach efforts. Users can specify the campaign ID and provide lead details such as email, first name, and last name to efficiently expand their target audience within Smartlead's platform.
Provider: https://smartlead.ai
โAPI Documentation: https://api.smartlead.ai/reference/add-leads-to-a-campaign-by-id
Input
Name | Is Optional | Description | Type |
Campaign ID | The Campaign you want to add the lead to. | text | |
Email Address | The email address of the lead. | text | |
First Name | true | The first name of the lead | text |
Last Name | true | The last name of the lead | text |
Phone Number | true | The phone number of the lead | text |
Website | true | The website of the lead. This is a personal website. | text |
Personal LinkedIn URL | true | The URL of the lead's LinkedIn Profile. | text |
Location | true | The lead's location (e.g. London) | text |
Company Name | true | The Company Name of the company where the lead is employed | text |
Company URL | true | The domain of the company where the lead is employed. | text |
Custom Fields | true | Any fields you want to add to the lead. Put the name of the field on the left and the value on the right. | object |
Allow Duplicate Leads Across Campaigns? | true | By default, if a lead already exists in another campaign, it won't allow you to add it to this campaign. If you want to allow duplicate leads across campaigns, switch this on. | boolean |