Lemlist
Multichannel campaigns and inbox.
OutboundAPI key120 endpoints
Runtime credentials
Connecting Lemlist via OAuth or your own API key requires the following secret slots in your workspace:
- LEMLIST_API_KEY
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
get_team Get Team through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /team | none | <1s | 10/s | no bill |
get_team_senders Get Team Senders through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /team/senders | none | <1s | 10/s | no bill |
get_team_credits Get Team Credits through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /team/credits | none | <1s | 10/s | no bill |
get_team_crm_users Get Team CRM Users through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /team/crmUsers | none | <1s | 10/s | no bill |
get_user Get User through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /users/{userId} | none | <1s | 10/s | no bill |
list_campaigns Get Many Campaigns through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns | none | 1-5s | 10/s | no bill |
create_campaign Create Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns | crm_write | 1-5s | 10/s | no bill |
get_campaign Get Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId} | none | 1-5s | 10/s | no bill |
update_campaign Update Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /campaigns/{campaignId} | crm_write | 1-5s | 10/s | no bill |
pause_campaign Pause Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/pause | crm_write | 1-5s | 10/s | no bill |
start_campaign Start Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/start | crm_write | 1-5s | 10/s | no bill |
start_campaign_stats_export Start Campaign Stats Export through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/export/start | crm_write | async-poll | 10/s | no bill |
get_campaign_export_status Get Campaign Export Status through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/export/{exportId}/status | none | 1-5s | 10/s | no bill |
set_email_for_campaign_export_notification Set Email for Campaign Export Notification through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PUT /campaigns/{campaignId}/export/{exportId}/email/{email} | crm_write | 1-5s | 10/s | no bill |
export_campaign_leads Export Campaign Leads through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/export/leads | none | 1-5s | 10/s | no bill |
get_campaign_reports Get Campaign Reports through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/reports | none | 5-30s | 10/s | no bill |
get_campaign_sequences Get Campaign Sequences through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/sequences | none | 1-5s | 10/s | no bill |
add_step_to_sequence Add Step to Sequence through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /sequences/{sequenceId}/steps | crm_write | 1-5s | 10/s | no bill |
update_sequence_step Update Sequence Step through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /sequences/{sequenceId}/steps/{stepId} | crm_write | 1-5s | 10/s | no bill |
delete_sequence_step Delete Sequence Step through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /sequences/{sequenceId}/steps/{stepId} | crm_write | 1-5s | 10/s | no bill |
list_schedules Get Many Schedules through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /schedules | none | 1-5s | 10/s | no bill |
create_schedule Create Schedule through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /schedules | crm_write | 1-5s | 10/s | no bill |
get_schedule Get Schedule through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /schedules/{scheduleId} | none | 1-5s | 10/s | no bill |
update_schedule Update Schedule through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /schedules/{scheduleId} | crm_write | 1-5s | 10/s | no bill |
delete_schedule Delete Schedule through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /schedules/{scheduleId} | crm_write | 1-5s | 10/s | no bill |
get_campaign_schedules Get Campaign Schedules through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/schedules/ | none | 1-5s | 10/s | no bill |
associate_schedule_with_campaign Associate Schedule with Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/schedules/{scheduleId} | crm_write | 1-5s | 10/s | no bill |
get_lead_by_email_or_id Get Lead by Email or ID through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /leads | none | 1-5s | 10/s | no bill |
get_lead_by_email Get Lead by Email through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /leads/{email} | none | 1-5s | 10/s | no bill |
list_campaign_leads Get Campaign Leads through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/leads/ | none | 1-5s | 10/s | no bill |
create_lead_in_campaign Create Lead in Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/leads/ | campaign_enroll | 1-5s | 10/s | no bill |
unsubscribe_lead_from_campaign Unsubscribe Lead from Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /campaigns/{campaignId}/leads/ | campaign_enroll | 1-5s | 10/s | no bill |
update_lead_in_a_campaign Update Lead in a Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /campaigns/{campaignId}/leads/{leadId} | campaign_enroll | 1-5s | 10/s | no bill |
delete_or_unsubscribe_lead Delete or Unsubscribe Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /campaigns/{campaignId}/leads/{leadId} | campaign_enroll | 1-5s | 10/s | no bill |
unsubscribe_lead_by_email_from_campaign Unsubscribe Lead from Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /campaigns/{campaignId}/leads/{email} | campaign_enroll | 1-5s | 10/s | no bill |
resume_paused_lead Resume Paused Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/start/{leadId} | crm_write | 1-5s | 10/s | no bill |
pause_lead Pause Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/pause/{leadId} | crm_write | 1-5s | 10/s | no bill |
mark_lead_as_interested Mark Lead as Interested through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/interested/{leadIdOrEmail} | crm_write | 1-5s | 10/s | no bill |
mark_lead_as_not_interested Mark Lead as Not Interested through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/notinterested/{leadIdOrEmail} | crm_write | 1-5s | 10/s | no bill |
mark_lead_as_interested_in_campaign Mark Lead as Interested in Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/leads/{leadIdOrEmail}/interested | campaign_enroll | 1-5s | 10/s | no bill |
mark_lead_as_not_interested_in_campaign Mark Lead as Not Interested in Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/leads/{leadIdOrEmail}/notinterested | campaign_enroll | 1-5s | 10/s | no bill |
add_custom_variables_on_leads Add Custom Variables on Leads through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/{leadId}/variables | crm_write | 1-5s | 10/s | no bill |
update_values_of_custom_variables_of_a_lead Update Values of Custom Variables of a Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /leads/{leadId}/variables | crm_write | 1-5s | 10/s | no bill |
erase_values_of_custom_variables_on_a_lead Erase Values of Custom Variables on a Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /leads/{leadId}/variables | crm_write | 1-5s | 10/s | no bill |
upload_lead_audio Upload Audio for Voice Message Step through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/audio | crm_write | 1-5s | 10/s | no bill |
get_crm_filters Get CRM Filters through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /crm/filters | none | 1-5s | 10/s | no bill |
import_leads_from_crm Import Leads from CRM through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/leads/import | campaign_enroll | 1-5s | 10/s | no bill |
get_database_filters Get Database Filters through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /database/filters | none | 5-30s | 10/s | no bill |
search_people_database Search People Database through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /database/people | paid_provider | 5-30s | 10/s | no bill |
get_people_schema Get People Schema through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /schema/people | none | 1-5s | 10/s | no bill |
search_companies_database Search Companies Database through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /database/companies | paid_provider | 5-30s | 10/s | no bill |
get_companies_schema Get Companies Schema through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /schema/companies | none | 1-5s | 10/s | no bill |
list_tasks Get Many Tasks through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /tasks | none | 1-5s | 10/s | no bill |
create_task Create Task through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /tasks | crm_write | 1-5s | 10/s | no bill |
update_task Update Task through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /tasks | crm_write | 1-5s | 10/s | no bill |
ignore_tasks Ignore Tasks through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /tasks/ignore | crm_write | 1-5s | 10/s | no bill |
list_inboxes Get Many Inboxes through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox | none | 1-5s | 10/s | no bill |
get_contact_messages Get Contact Messages through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox/{contactId} | crm_write | 1-5s | 10/s | no bill |
send_email Send Email through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/email | external_send | 1-5s | 10/s | no bill |
send_linkedin_message Send LinkedIn Message through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/linkedin | linkedin_action | 1-5s | 10/s | no bill |
send_whatsapp_message Send WhatsApp Message through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/whatsapp | external_send | 1-5s | 10/s | no bill |
list_inbox_labels Get Many Labels through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox/labels | none | 1-5s | 10/s | no bill |
create_label Create Label through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/labels | crm_write | 1-5s | 10/s | no bill |
get_label Get Label through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox/labels/{labelId} | none | 1-5s | 10/s | no bill |
attach_labels_to_conversations Attach Labels to Conversations through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/conversations/labels/{contactId} | crm_write | 1-5s | 10/s | no bill |
remove_labels_from_conversation Remove Labels from Conversation through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /inbox/conversations/labels/{contactId} | crm_write | 1-5s | 10/s | no bill |
list_drafts List Drafts through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox/{contactId}/drafts | none | 1-5s | 10/s | no bill |
create_draft Create Draft through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /inbox/{contactId}/drafts | crm_write | 1-5s | 10/s | no bill |
get_draft Get Draft through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /inbox/{contactId}/drafts/{draftId} | none | 1-5s | 10/s | no bill |
update_draft Update Draft through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /inbox/{contactId}/drafts/{draftId} | crm_write | 1-5s | 10/s | no bill |
delete_draft Delete Draft through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /inbox/{contactId}/drafts/{draftId} | crm_write | 1-5s | 10/s | no bill |
list_contacts Get Many Contacts through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /contacts | none | 1-5s | 10/s | no bill |
add_and_update_contact Add and update contact through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /contacts | crm_write | 1-5s | 10/s | no bill |
get_contact Get Contact through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /contacts/{idOrEmail} | none | 1-5s | 10/s | no bill |
get_contact_lists Get Contact Lists through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /contacts/lists | none | 1-5s | 10/s | no bill |
create_contact_list Create Contact List through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /contacts/lists | crm_write | 1-5s | 10/s | no bill |
add_contacts_to_list Add Contacts to List through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /contacts/lists/{listId}/entities | crm_write | 1-5s | 10/s | no bill |
export_contact_list Export Contact List through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /contacts/export | none | 1-5s | 10/s | no bill |
start_lemwarm Start lemwarm through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /lemwarm/{userMailboxId}/start | crm_write | 1-5s | 10/s | no bill |
pause_lemwarm Pause lemwarm through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /lemwarm/{userMailboxId}/pause | crm_write | 1-5s | 10/s | no bill |
get_lemwarm_settings Get lemwarm Settings through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /lemwarm/{userMailboxId}/settings | none | 1-5s | 10/s | no bill |
update_lemwarm_settings Update lemwarm Settings through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | PATCH /lemwarm/{userMailboxId}/settings | crm_write | 1-5s | 10/s | no bill |
list_companies Get Many Companies through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /companies | none | 1-5s | 10/s | no bill |
add_and_update_company Add and update company through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /companies | crm_write | 1-5s | 10/s | no bill |
get_company_notes Get Company Notes through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /companies/{companyId}/notes | none | 1-5s | 10/s | no bill |
create_company_note Create Company Note through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /companies/{companyId}/notes | crm_write | 1-5s | 10/s | no bill |
list_activities Get Many Activities through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /activities | none | 1-5s | 10/s | no bill |
delete_activity_recording_and_transcript Delete Activity Recording & Transcript through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /activities/{activityId}/recording-transcript | crm_write | 1-5s | 10/s | no bill |
get_campaign_stats Get Campaign Stats through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/campaigns/{campaignId}/stats | none | 1-5s | 10/s | no bill |
get_batch_campaign_stats Get Batch Campaign Stats through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /v2/campaigns/stats/batch | crm_write | 1-5s | 10/s | no bill |
list_unsubscribes Get Many Unsubscribes through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /unsubscribes | none | 1-5s | 10/s | no bill |
export_unsubscribes Export Unsubscribes through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /unsubs/export | none | 1-5s | 10/s | no bill |
list_unsubscribed_variables List Unsubscribed Variables through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/unsubscribes/variables | none | 1-5s | 10/s | no bill |
bulk_unsubscribe_variables Bulk Unsubscribe Variables through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /v2/unsubscribes/variables | crm_write | async-poll | 10/s | no bill |
get_unsubscribed_variable Get Unsubscribed Variable through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/unsubscribes/variables/{value} | none | 1-5s | 10/s | no bill |
unsubscribe_variable Unsubscribe Variable through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /v2/unsubscribes/variables/{value} | crm_write | 1-5s | 10/s | no bill |
re_subscribe_variable Re-subscribe Variable through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /v2/unsubscribes/variables/{value} | crm_write | 1-5s | 10/s | no bill |
get_contact_subscription_status Get Contact Subscription Status through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/unsubscribes/contacts/{contactId} | none | 1-5s | 10/s | no bill |
unsubscribe_contact Unsubscribe Contact through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /v2/unsubscribes/contacts/{contactId} | crm_write | 1-5s | 10/s | no bill |
re_subscribe_contact Re-subscribe Contact through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /v2/unsubscribes/contacts/{contactId} | crm_write | 1-5s | 10/s | no bill |
export_unsubscribed_variables Export Unsubscribed Variables through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/unsubscribes/exports/variables | none | 1-5s | 10/s | no bill |
export_unsubscribed_contacts Export Unsubscribed Contacts through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /v2/unsubscribes/exports/contacts | none | 1-5s | 10/s | no bill |
get_unsubscribe_by_email Get Unsubscribe by Email through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /unsubscribes/{email} | none | 1-5s | 10/s | no bill |
add_unsubscribe_email_or_domain Add Unsubscribe Email or Domain through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /unsubscribes/{email} | crm_write | 1-5s | 10/s | no bill |
delete_unsubscribe_email Delete Unsubscribe Email through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /unsubscribes/{email} | crm_write | 1-5s | 10/s | no bill |
list_webhooks Get Many Webhooks through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /hooks | none | 1-5s | 10/s | no bill |
add_webhook Add Webhook through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /hooks | crm_write | 1-5s | 10/s | no bill |
delete_webhook Delete Webhook through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /hooks/{hookId} | crm_write | 1-5s | 10/s | no bill |
get_enrichment_result Get Enrichment Result through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /enrich/{enrichId} | none | 1-5s | 10/s | no bill |
enrich_data Enrich Data through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /enrich | paid_provider | 1-5s | 10/s | no bill |
bulk_enrich_data Bulk Enrich Data through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /v2/enrichments/bulk | paid_provider | async-poll | 10/s | no bill |
enrich_lead Enrich Lead through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /leads/{leadId}/enrich | paid_provider | 1-5s | 10/s | no bill |
get_watchlist_signals Get Watchlist Signals through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /watchlist/signals | none | 1-5s | 10/s | no bill |
connect_email_account Connect Email Account through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /user/email-accounts | crm_write | 1-5s | 10/s | no bill |
disconnect_email_account Disconnect Email Account through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | DELETE /user/email-accounts/{emailAccountId} | crm_write | 1-5s | 10/s | no bill |
test_email_account Test Email Account through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /user/email-accounts/{emailAccountId}/test | crm_write | 1-5s | 10/s | no bill |
get_user_channels Get User Channels through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /user/channels | none | <1s | 10/s | no bill |
duplicate_campaign Duplicate Campaign through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | POST /campaigns/{campaignId}/duplicate | crm_write | 1-5s | 10/s | no bill |
list_fields List Fields through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /fields | none | <1s | 10/s | no bill |
get_campaign_statutes Get Campaign Statutes through the connected Lemlist workspace. Use dry-run first for writes, sends, and credit-sensitive work. docs ↗ | GET /campaigns/{campaignId}/statutes | none | 1-5s | 10/s | no bill |