Skip to content

Commit

Permalink
publish: lemrich v2 update parameters
Browse files Browse the repository at this point in the history
generated from commit c5c5d4d
  • Loading branch information
freynal committed Nov 23, 2023
1 parent 6d71d3a commit 363a9a6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -965,9 +965,8 @@ <h2 id='add-a-lead-in-a-campaign'>Add a Lead in a Campaign</h2><div class="highl

<p>The email is also optional.</p>

<p>For campaigns created in v3, if no scanner parameter is passed, the settings from the campaign will be used</p>

<p>For campaigns created in v4, you have to pass the scanner parameter to scan the lead. Only one parameter at a time between smartEnrichment, scannerLinkedin and verifyEmail is used. If multiple ones are set to true, the order is smart enrichment then linkedin scanner then verify email</p>
<p>To verify a lead&#39;s existing email, use verifyEmail parameter. To enrich lead&#39;s data, use linkedinEnrichment parameter. And to find the lead&#39;s email, use findEmail parameter.
The three parameters can be combined</p>
<h3 id='http-request-8'>HTTP Request</h3>
<p><code>POST https://api.lemlist.com/api/campaigns/:campaignId/leads/:email</code></p>
<h3 id='url-parameters-6'>URL Parameters</h3>
Expand Down Expand Up @@ -1021,16 +1020,16 @@ <h3 id='query-parameters-4'>Query Parameters</h3><div class="highlight"><pre cla
<td>search email address in another campaign, will not insert the lead if email address already inserted</td>
</tr>
<tr>
<td>smartEnrichment=true</td>
<td>run the smart enrichment for this import (needs Sales Engagement Plan)</td>
<td>findEmail=true</td>
<td>find verified email</td>
</tr>
<tr>
<td>scannerLinkedin=true</td>
<td>run the LinkedIn enrichment for this import (needs Sales Engagement Plan)</td>
<td>linkedinEnrichment=true</td>
<td>run the LinkedIn enrichment</td>
</tr>
<tr>
<td>verifyEmail=true</td>
<td>verify the email for this import (debounce) (needs Sales Engagement Plan)</td>
<td>verify existing email (debounce)</td>
</tr>
</tbody></table>
<h3 id='body-parameters'>Body Parameters</h3>
Expand Down

0 comments on commit 363a9a6

Please sign in to comment.