lemlist
Connect to lemlist to manage cold outreach campaigns, leads, contacts, inbox messages, enrichment, unsubscribes, and webhooks.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "LEMLIST_DELETE_COMPANIES_DELETE_COMPANY_COMPANIES_COMPANYID", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("LEMLIST_DELETE_COMPANIES_DELETE_COMPANY_COMPANIES_COMPANYID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LEMLIST_DELETE_COMPANIES_DELETE_COMPANY_COMPANIES_COMPANYID --data '{ }'Tool 目录
可用 Tools
113 个可调用操作
Delete CompanyLEMLIST_DELETE_COMPANIES_DELETE_COMPANY_COMPANIES_COMPANYIDDeletes a lemlist company. Refuses by default when contacts are still attached — pass `force=true` to detach them (the `companyId` field is unset on each contact) before deleting the company. **No CRM-side propagation:** only the lemlist record is removed. Designed for the contact-to-company remapping workflow: after reassigning the contacts of a duplicate company to the canonical one (via `POST /contacts/{idOrEmail}`), call this endpoint to drop the now-empty duplicate.需要连接
Deletes a lemlist company. Refuses by default when contacts are still attached — pass `force=true` to detach them (the `companyId` field is unset on each contact) before deleting the company. **No CRM-side propagation:** only the lemlist record is removed. Designed for the contact-to-company remapping workflow: after reassigning the contacts of a duplicate company to the canonical one (via `POST /contacts/{idOrEmail}`), call this endpoint to drop the now-empty duplicate.
认证
需要 Connected AccountTags
Disconnect Email AccountLEMLIST_DELETE_EMAIL_ACCOUNTS_DISCONNECT_EMAIL_ACCOUNT_USER_EMAIL_ACCOUNTS_EMAILACCOUNTIDDisconnect Email Account需要连接
Disconnect Email Account
认证
需要 Connected AccountTags
Delete DraftLEMLIST_DELETE_INBOX_DELETE_DRAFT_INBOX_CONTACTID_DRAFTS_DRAFTIDSoft-deletes a draft by setting its deletedAt timestamp.需要连接
Soft-deletes a draft by setting its deletedAt timestamp.
认证
需要 Connected AccountTags
Remove Labels from ConversationLEMLIST_DELETE_INBOX_REMOVE_LABELS_FROM_CONVERSATION_INBOX_CONVERSATIONS_LABELS_CONTACTIDRemoves one or more labels from one conversation.需要连接
Removes one or more labels from one conversation.
认证
需要 Connected AccountTags
Delete or Unsubscribe LeadLEMLIST_DELETE_LEADS_DELETE_LEAD_CAMPAIGNS_CAMPAIGNID_LEADS_LEADIDDelete or Unsubscribe Lead需要连接
Delete or Unsubscribe Lead
认证
需要 Connected AccountTags
Erase Values of Custom Variables on a LeadLEMLIST_DELETE_LEADS_DELETE_LEAD_VARIABLES_LEADS_LEADID_VARIABLESErases the values of custom variables on a lead.需要连接
Erases the values of custom variables on a lead.
认证
需要 Connected AccountTags
Unsubscribe Lead from CampaignLEMLIST_DELETE_LEADS_UNSUBSCRIBE_LEAD_FROM_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_LEADS_EMAILUnsubscribe Lead from Campaign需要连接
Unsubscribe Lead from Campaign
认证
需要 Connected AccountTags
Delete ScheduleLEMLIST_DELETE_SCHEDULES_DELETE_SCHEDULE_SCHEDULES_SCHEDULEIDDelete Schedule需要连接
Delete Schedule
认证
需要 Connected AccountTags
Delete Sequence StepLEMLIST_DELETE_SEQUENCES_DELETE_SEQUENCE_STEP_SEQUENCES_SEQUENCEID_STEPS_STEPIDDelete Sequence Step需要连接
Delete Sequence Step
认证
需要 Connected AccountTags
Delete Unsubscribe EmailLEMLIST_DELETE_UNSUBSCRIBES_DELETE_UNSUBSCRIBE_EMAIL_UNSUBSCRIBES_EMAILDelete Unsubscribe Email需要连接
Delete Unsubscribe Email
认证
需要 Connected AccountTags
Re-subscribe ContactLEMLIST_DELETE_UNSUBSCRIBES_RESUBSCRIBE_CONTACT_V2_UNSUBSCRIBES_CONTACTS_CONTACTIDRemoves the unsubscribed (do-not-contact) flag from a contact.需要连接
Removes the unsubscribed (do-not-contact) flag from a contact.
认证
需要 Connected AccountTags
Re-subscribe VariableLEMLIST_DELETE_UNSUBSCRIBES_RESUBSCRIBE_VARIABLE_V2_UNSUBSCRIBES_VARIABLES_VALUERemoves a variable from the unsubscribe list. Variables with a protected source (LEAD or ABUSE) cannot be re-subscribed.需要连接
Removes a variable from the unsubscribe list. Variables with a protected source (LEAD or ABUSE) cannot be re-subscribed.
认证
需要 Connected AccountTags
Delete WebhookLEMLIST_DELETE_WEBHOOKS_DELETE_WEBHOOK_HOOKS_HOOKIDDelete Webhook需要连接
Delete Webhook
认证
需要 Connected AccountTags
Export Campaign LeadsLEMLIST_GET_CAMPAIGNS_EXPORT_CAMPAIGN_LEADS_CAMPAIGNS_CAMPAIGNID_EXPORT_LEADSExport leads from a campaign with filtering options. Returns leads in CSV or JSON format based on their state (e.g., contacted, interested, replied, etc.).需要连接
Export leads from a campaign with filtering options. Returns leads in CSV or JSON format based on their state (e.g., contacted, interested, replied, etc.).
认证
需要 Connected AccountTags
Get CampaignLEMLIST_GET_CAMPAIGNS_GET_CAMPAIGN_CAMPAIGNS_CAMPAIGNIDGet Campaign需要连接
Get Campaign
认证
需要 Connected AccountTags
Get Campaign Export StatusLEMLIST_GET_CAMPAIGNS_GET_CAMPAIGN_EXPORT_STATUS_CAMPAIGNS_CAMPAIGNID_EXPORT_EXPORTID_STATUSCheck the status of an asynchronous campaign export.需要连接
Check the status of an asynchronous campaign export.
认证
需要 Connected AccountTags
Get Campaign ReportsLEMLIST_GET_CAMPAIGNS_GET_CAMPAIGN_REPORTS_CAMPAIGNS_REPORTSRetrieve reports for one or multiple campaigns. Returns aggregated statistics and export status for the specified campaigns.需要连接
Retrieve reports for one or multiple campaigns. Returns aggregated statistics and export status for the specified campaigns.
认证
需要 Connected AccountTags
Get Campaign StatsLEMLIST_GET_CAMPAIGNS_GET_CAMPAIGN_STATS_V2_CAMPAIGNS_CAMPAIGNID_STATSRetrieve detailed statistics for a specific campaign, with filtering options by date, user, A/B testing, and communication channels.需要连接
Retrieve detailed statistics for a specific campaign, with filtering options by date, user, A/B testing, and communication channels.
认证
需要 Connected AccountTags
Get Campaign StatutesLEMLIST_GET_CAMPAIGNS_GET_CAMPAIGN_STATUTES_CAMPAIGNS_CAMPAIGNID_STATUTESRetrieves validation statutes for a campaign, including errors that block launching and warnings about daily limits, DNS issues, etc. Uses the same validation engine as the lemlist UI.需要连接
Retrieves validation statutes for a campaign, including errors that block launching and warnings about daily limits, DNS issues, etc. Uses the same validation engine as the lemlist UI.
认证
需要 Connected AccountTags
Get Many CampaignsLEMLIST_GET_CAMPAIGNS_GET_MANY_CAMPAIGNS_CAMPAIGNSGet Many Campaigns需要连接
Get Many Campaigns
认证
需要 Connected AccountTags
Start Campaign Stats ExportLEMLIST_GET_CAMPAIGNS_START_CAMPAIGN_EXPORT_CAMPAIGNS_CAMPAIGNID_EXPORT_STARTStart an asynchronous export of all campaign statistics. The final export result is a CSV file.需要连接
Start an asynchronous export of all campaign statistics. The final export result is a CSV file.
认证
需要 Connected AccountTags
Get Company NotesLEMLIST_GET_COMPANIES_GET_COMPANY_NOTES_COMPANIES_COMPANYID_NOTESGet Company Notes需要连接
Get Company Notes
认证
需要 Connected AccountTags
Get Many CompaniesLEMLIST_GET_COMPANIES_GET_MANY_COMPANIES_COMPANIESGet Many Companies需要连接
Get Many Companies
认证
需要 Connected AccountTags
Export Contact ListLEMLIST_GET_CONTACTS_EXPORT_CONTACT_LIST_CONTACTS_EXPORTExports contacts or companies from a CRM list as a CSV file. The response is streamed as `text/csv` with a `Content-Disposition: attachment` header. The exported columns depend on the `entity` type: - **contact**: firstName, lastName, email, linkedinUrl, companyName, jobTitle, phone, status, owner, campaigns, contactLists, and more. - **company**: name, domain, linkedinUrl, industry, website, status, size, owner, numberOfContacts, companyLists, and more. Custom fields are included as additional columns.需要连接
Exports contacts or companies from a CRM list as a CSV file. The response is streamed as `text/csv` with a `Content-Disposition: attachment` header. The exported columns depend on the `entity` type: - **contact**: firstName, lastName, email, linkedinUrl, companyName, jobTitle, phone, status, owner, campaigns, contactLists, and more. - **company**: name, domain, linkedinUrl, industry, website, status, size, owner, numberOfContacts, companyLists, and more. Custom fields are included as additional columns.
认证
需要 Connected AccountTags
Get ContactLEMLIST_GET_CONTACTS_GET_CONTACT_CONTACTS_IDOREMAILGet Contact需要连接
Get Contact
认证
需要 Connected AccountTags
Get Contact ListsLEMLIST_GET_CONTACTS_GET_CONTACT_LISTS_CONTACTS_LISTSRetrieves all static and dynamic contact lists for the team. Optionally filter by name.需要连接
Retrieves all static and dynamic contact lists for the team. Optionally filter by name.
认证
需要 Connected AccountTags
Get Many ContactsLEMLIST_GET_CONTACTS_GET_MANY_CONTACTS_CONTACTSRetrieves contacts by IDs/emails, or searches/lists contacts by name, email, contact list, campaign membership, or company link. When using `idsOrEmails`, returns an array of matching contacts directly. When using `search`, `email`, `listId`, `notInAnyCampaign`, any of the `company*` filters, or no filter at all, returns a paginated response with `data`, `total`, `limit`, and `offset` fields. You can combine filters together to narrow results (e.g. `listId` with `search`, or `notInAnyCampaign` with `companyId`). Calling the endpoint without any filter returns all contacts of the team, paginated. The `company*` filters (`companyId`, `companyDomain`, `companyLinkedinUrl`, `companySalesnavUrl`) are mutually exclusive — use only one at a time. `companyDomain` / `companyLinkedinUrl` / `companySalesnavUrl` are resolved to a `companyId` through the Companies collection; if no matching company exists, the endpoint returns an empty list with `total: 0` (not an error), which keeps automation flows simple.需要连接
Retrieves contacts by IDs/emails, or searches/lists contacts by name, email, contact list, campaign membership, or company link. When using `idsOrEmails`, returns an array of matching contacts directly. When using `search`, `email`, `listId`, `notInAnyCampaign`, any of the `company*` filters, or no filter at all, returns a paginated response with `data`, `total`, `limit`, and `offset` fields. You can combine filters together to narrow results (e.g. `listId` with `search`, or `notInAnyCampaign` with `companyId`). Calling the endpoint without any filter returns all contacts of the team, paginated. The `company*` filters (`companyId`, `companyDomain`, `companyLinkedinUrl`, `companySalesnavUrl`) are mutually exclusive — use only one at a time. `companyDomain` / `companyLinkedinUrl` / `companySalesnavUrl` are resolved to a `companyId` through the Companies collection; if no matching company exists, the endpoint returns an empty list with `total: 0` (not an error), which keeps automation flows simple.
认证
需要 Connected AccountTags
Get CRM FiltersLEMLIST_GET_CRM_GET_CRM_FILTERS_CRM_FILTERSGet CRM Filters需要连接
Get CRM Filters
认证
需要 Connected AccountTags
Get Team CRM UsersLEMLIST_GET_CRM_GET_TEAM_CRM_USERS_TEAM_CRMUSERSGet Team CRM Users需要连接
Get Team CRM Users
认证
需要 Connected AccountTags
Get Enrichment ResultLEMLIST_GET_ENRICH_GET_ENRICHMENT_RESULT_ENRICH_ENRICHIDGet Enrichment Result需要连接
Get Enrichment Result
认证
需要 Connected AccountTags
List FieldsLEMLIST_GET_FIELDS_LIST_FIELDS_FIELDSList Fields需要连接
List Fields
认证
需要 Connected AccountTags
Get Contact MessagesLEMLIST_GET_INBOX_GET_CONTACT_MESSAGES_INBOX_CONTACTIDGet Contact Messages需要连接
Get Contact Messages
认证
需要 Connected AccountTags
Get DraftLEMLIST_GET_INBOX_GET_DRAFT_INBOX_CONTACTID_DRAFTS_DRAFTIDRetrieves a single draft with its full content, including attachments.需要连接
Retrieves a single draft with its full content, including attachments.
认证
需要 Connected AccountTags
Get LabelLEMLIST_GET_INBOX_GET_LABEL_INBOX_LABELS_LABELIDGet info of a specific label.需要连接
Get info of a specific label.
认证
需要 Connected AccountTags
Get Many InboxesLEMLIST_GET_INBOX_GET_MANY_INBOXES_INBOXGet Many Inboxes需要连接
Get Many Inboxes
认证
需要 Connected AccountTags
Get Many LabelsLEMLIST_GET_INBOX_GET_MANY_LABELS_INBOX_LABELSList all labels available to your team.需要连接
List all labels available to your team.
认证
需要 Connected AccountTags
List DraftsLEMLIST_GET_INBOX_LIST_DRAFTS_INBOX_CONTACTID_DRAFTSLists all non-deleted drafts for a specific contact.需要连接
Lists all non-deleted drafts for a specific contact.
认证
需要 Connected AccountTags
Get Campaign LeadsLEMLIST_GET_LEADS_GET_CAMPAIGN_LEADS_CAMPAIGNS_CAMPAIGNID_LEADSGet Campaign Leads需要连接
Get Campaign Leads
认证
需要 Connected AccountTags
Get Lead by EmailLEMLIST_GET_LEADS_GET_LEAD_BY_EMAIL_LEADS_EMAILGet Lead by Email需要连接
Get Lead by Email
认证
需要 Connected AccountTags
Get Lead by Email or IDLEMLIST_GET_LEADS_GET_LEAD_BY_EMAIL_OR_ID_LEADSRetrieve a lead using either their email address or lead ID需要连接
Retrieve a lead using either their email address or lead ID
认证
需要 Connected AccountTags
Get Database FiltersLEMLIST_GET_PEOPLE_DATABASE_GET_DATABASE_FILTERS_DATABASE_FILTERSGet Database Filters需要连接
Get Database Filters
认证
需要 Connected AccountTags
Get Campaign SchedulesLEMLIST_GET_SCHEDULES_GET_CAMPAIGN_SCHEDULES_CAMPAIGNS_CAMPAIGNID_SCHEDULESGet Campaign Schedules需要连接
Get Campaign Schedules
认证
需要 Connected AccountTags
Get Many SchedulesLEMLIST_GET_SCHEDULES_GET_MANY_SCHEDULES_SCHEDULESGet Many Schedules需要连接
Get Many Schedules
认证
需要 Connected AccountTags
Get ScheduleLEMLIST_GET_SCHEDULES_GET_SCHEDULE_SCHEDULES_SCHEDULEIDGet Schedule需要连接
Get Schedule
认证
需要 Connected AccountTags
Get Campaign SequencesLEMLIST_GET_SEQUENCES_GET_CAMPAIGN_SEQUENCES_CAMPAIGNS_CAMPAIGNID_SEQUENCESGet Campaign Sequences需要连接
Get Campaign Sequences
认证
需要 Connected AccountTags
Get Many TasksLEMLIST_GET_TASKS_GET_MANY_TASKS_TASKSRetrieve tasks with optional filtering and pagination. Tasks marked as `done` are excluded from results.需要连接
Retrieve tasks with optional filtering and pagination. Tasks marked as `done` are excluded from results.
认证
需要 Connected AccountTags
Get Team CreditsLEMLIST_GET_TEAM_GET_TEAM_CREDITS_TEAM_CREDITSGet Team Credits需要连接
Get Team Credits
认证
需要 Connected AccountTags
Get Team SendersLEMLIST_GET_TEAM_GET_TEAM_SENDERS_TEAM_SENDERSGet Team Senders需要连接
Get Team Senders
认证
需要 Connected AccountTags
Get TeamLEMLIST_GET_TEAM_GET_TEAM_TEAMGet Team需要连接
Get Team
认证
需要 Connected AccountTags
Export Unsubscribed ContactsLEMLIST_GET_UNSUBSCRIBES_EXPORT_UNSUBSCRIBED_CONTACTS_V2_UNSUBSCRIBES_EXPORTS_CONTACTSExports all contacts with their subscription status to a CSV file.需要连接
Exports all contacts with their subscription status to a CSV file.
认证
需要 Connected AccountTags
Export Unsubscribed VariablesLEMLIST_GET_UNSUBSCRIBES_EXPORT_UNSUBSCRIBED_VARIABLES_V2_UNSUBSCRIBES_EXPORTS_VARIABLESExports all unsubscribed variables to a CSV file.需要连接
Exports all unsubscribed variables to a CSV file.
认证
需要 Connected AccountTags
Export UnsubscribesLEMLIST_GET_UNSUBSCRIBES_EXPORT_UNSUBSCRIBES_UNSUBS_EXPORTExport Unsubscribes需要连接
Export Unsubscribes
认证
需要 Connected AccountTags
Get Contact Subscription StatusLEMLIST_GET_UNSUBSCRIBES_GET_CONTACT_SUBSCRIPTION_STATUS_V2_UNSUBSCRIBES_CONTACTS_CONTACTIDChecks whether a contact is unsubscribed (do-not-contact).需要连接
Checks whether a contact is unsubscribed (do-not-contact).
认证
需要 Connected AccountTags
Get Many UnsubscribesLEMLIST_GET_UNSUBSCRIBES_GET_MANY_UNSUBSCRIBES_UNSUBSCRIBESGet Many Unsubscribes需要连接
Get Many Unsubscribes
认证
需要 Connected AccountTags
Get Unsubscribe by EmailLEMLIST_GET_UNSUBSCRIBES_GET_UNSUBSCRIBE_BY_EMAIL_UNSUBSCRIBES_EMAILGet Unsubscribe by Email需要连接
Get Unsubscribe by Email
认证
需要 Connected AccountTags
Get Unsubscribed VariableLEMLIST_GET_UNSUBSCRIBES_GET_UNSUBSCRIBED_VARIABLE_V2_UNSUBSCRIBES_VARIABLES_VALUERetrieves a specific unsubscribed variable by its value.需要连接
Retrieves a specific unsubscribed variable by its value.
认证
需要 Connected AccountTags
List Unsubscribed VariablesLEMLIST_GET_UNSUBSCRIBES_LIST_UNSUBSCRIBED_VARIABLES_V2_UNSUBSCRIBES_VARIABLESRetrieves a paginated list of all unsubscribed variables (emails, domains, LinkedIn URLs, phone numbers).需要连接
Retrieves a paginated list of all unsubscribed variables (emails, domains, LinkedIn URLs, phone numbers).
认证
需要 Connected AccountTags
Get User ChannelsLEMLIST_GET_USERS_GET_USER_CHANNELS_USER_CHANNELSGet User Channels需要连接
Get User Channels
认证
需要 Connected AccountTags
Get UserLEMLIST_GET_USERS_GET_USER_USERS_USERIDGet User需要连接
Get User
认证
需要 Connected AccountTags
Get Signal Agent signalsLEMLIST_GET_WATCH_LIST_GET_SIGNALS_WATCHLIST_SIGNALSGet Signal Agent signals需要连接
Get Signal Agent signals
认证
需要 Connected AccountTags
Get Many WebhooksLEMLIST_GET_WEBHOOKS_GET_MANY_WEBHOOKS_HOOKSGet Many Webhooks需要连接
Get Many Webhooks
认证
需要 Connected AccountTags
Update CampaignLEMLIST_PATCH_CAMPAIGNS_UPDATE_CAMPAIGN_CAMPAIGNS_CAMPAIGNIDUpdate Campaign需要连接
Update Campaign
认证
需要 Connected AccountTags
Update DraftLEMLIST_PATCH_INBOX_UPDATE_DRAFT_INBOX_CONTACTID_DRAFTS_DRAFTIDPartially updates an existing draft. Only the provided fields will be updated.需要连接
Partially updates an existing draft. Only the provided fields will be updated.
认证
需要 Connected AccountTags
Update Lead in a CampaignLEMLIST_PATCH_LEADS_UPDATE_LEAD_CAMPAIGNS_CAMPAIGNID_LEADS_LEADIDUpdate Lead in a Campaign需要连接
Update Lead in a Campaign
认证
需要 Connected AccountTags
Update Values of Custom Variables of a LeadLEMLIST_PATCH_LEADS_UPDATE_LEAD_VARIABLES_LEADS_LEADID_VARIABLESUpdate values of custom variables for a lead.需要连接
Update values of custom variables for a lead.
认证
需要 Connected AccountTags
Update ScheduleLEMLIST_PATCH_SCHEDULES_UPDATE_SCHEDULE_SCHEDULES_SCHEDULEIDUpdate Schedule需要连接
Update Schedule
认证
需要 Connected AccountTags
Update Sequence StepLEMLIST_PATCH_SEQUENCES_UPDATE_SEQUENCE_STEP_SEQUENCES_SEQUENCEID_STEPS_STEPIDUpdate Sequence Step需要连接
Update Sequence Step
认证
需要 Connected AccountTags
Update TaskLEMLIST_PATCH_TASKS_UPDATE_TASK_TASKSUpdate task details such as assignment, due date, title, message, priority, or completion status.需要连接
Update task details such as assignment, due date, title, message, priority, or completion status.
认证
需要 Connected AccountTags
Create CampaignLEMLIST_POST_CAMPAIGNS_CREATE_CAMPAIGN_CAMPAIGNSCreate Campaign需要连接
Create Campaign
认证
需要 Connected AccountTags
Duplicate CampaignLEMLIST_POST_CAMPAIGNS_DUPLICATE_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_DUPLICATEDuplicate Campaign需要连接
Duplicate Campaign
认证
需要 Connected AccountTags
Get Batch Campaign StatsLEMLIST_POST_CAMPAIGNS_GET_BATCH_CAMPAIGN_STATS_V2_CAMPAIGNS_STATS_BATCHRetrieve detailed statistics for multiple campaigns in a single request, with filtering options by date, user, A/B testing, and communication channels. Processes up to 100 campaigns per request.需要连接
Retrieve detailed statistics for multiple campaigns in a single request, with filtering options by date, user, A/B testing, and communication channels. Processes up to 100 campaigns per request.
认证
需要 Connected AccountTags
Pause CampaignLEMLIST_POST_CAMPAIGNS_PAUSE_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_PAUSEPause Campaign需要连接
Pause Campaign
认证
需要 Connected AccountTags
Start CampaignLEMLIST_POST_CAMPAIGNS_START_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_STARTStart Campaign需要连接
Start Campaign
认证
需要 Connected AccountTags
Create Company NoteLEMLIST_POST_COMPANIES_CREATE_COMPANY_NOTE_COMPANIES_COMPANYID_NOTESCreate Company Note需要连接
Create Company Note
认证
需要 Connected AccountTags
Add and update companyLEMLIST_POST_COMPANIES_UPSERT_COMPANY_COMPANIESCreates a new company or updates an existing one (upsert). If a company with the same domain, LinkedIn URL, or Sales Navigator URL already exists, it will be updated with the provided non-empty fields. Null or empty values are ignored during updates to preserve existing data. You can target an existing company directly by providing `companyId`, bypassing domain/LinkedIn matching — in that case `name` and `domain` become optional.需要连接
Creates a new company or updates an existing one (upsert). If a company with the same domain, LinkedIn URL, or Sales Navigator URL already exists, it will be updated with the provided non-empty fields. Null or empty values are ignored during updates to preserve existing data. You can target an existing company directly by providing `companyId`, bypassing domain/LinkedIn matching — in that case `name` and `domain` become optional.
认证
需要 Connected AccountTags
Create Contact ListLEMLIST_POST_CONTACTS_CREATE_CONTACT_LIST_CONTACTS_LISTSCreates a new static contact list. After creating the list, use `POST /contacts/lists/{listId}/entities` to add contacts to it.需要连接
Creates a new static contact list. After creating the list, use `POST /contacts/lists/{listId}/entities` to add contacts to it.
认证
需要 Connected AccountTags
Add or Remove Contacts in a ListLEMLIST_POST_CONTACTS_MANAGE_CONTACT_LIST_ENTITIES_CONTACTS_LISTS_LISTID_ENTITIESAdds existing CRM contacts to a static contact list, or removes them when `?action=remove` is set. - **Add** (default): send a `POST` with a `contactIds` body. Contacts already in the list are silently skipped (no duplicates) and reported in `alreadyInList`. - **Remove**: send a `POST` with `?action=remove` and a `contactIds` body. Contacts that are not in the list are silently skipped; `removedCount` reflects the associations actually removed. This only affects list membership, the contacts are not deleted from your CRM. The list must be a **static** contact list (`clt_xxx`). Dynamic lists (auto-populated by filter rules) and company lists are rejected. **Removal uses `POST ?action=remove` on purpose:** a `DELETE` request body is dropped by our stack, so `DELETE` on this path is **not supported** and returns `405 Method Not Allowed`.需要连接
Adds existing CRM contacts to a static contact list, or removes them when `?action=remove` is set. - **Add** (default): send a `POST` with a `contactIds` body. Contacts already in the list are silently skipped (no duplicates) and reported in `alreadyInList`. - **Remove**: send a `POST` with `?action=remove` and a `contactIds` body. Contacts that are not in the list are silently skipped; `removedCount` reflects the associations actually removed. This only affects list membership, the contacts are not deleted from your CRM. The list must be a **static** contact list (`clt_xxx`). Dynamic lists (auto-populated by filter rules) and company lists are rejected. **Removal uses `POST ?action=remove` on purpose:** a `DELETE` request body is dropped by our stack, so `DELETE` on this path is **not supported** and returns `405 Method Not Allowed`.
认证
需要 Connected AccountTags
Add and update contactLEMLIST_POST_CONTACTS_UPSERT_CONTACT_CONTACTSCreates a new contact or updates an existing one (upsert). If a contact with the same email, LinkedIn URL, or Sales Navigator URL already exists, it will be updated with the provided non-empty fields. Null or empty values are ignored during updates to preserve existing data. You can target an existing contact directly by providing `contactId`, bypassing email/LinkedIn matching. You can optionally link the contact to a company by providing `companyId`, `companyDomain`, or `companyLinkedinUrl`.需要连接
Creates a new contact or updates an existing one (upsert). If a contact with the same email, LinkedIn URL, or Sales Navigator URL already exists, it will be updated with the provided non-empty fields. Null or empty values are ignored during updates to preserve existing data. You can target an existing contact directly by providing `contactId`, bypassing email/LinkedIn matching. You can optionally link the contact to a company by providing `companyId`, `companyDomain`, or `companyLinkedinUrl`.
认证
需要 Connected AccountTags
Connect Email AccountLEMLIST_POST_EMAIL_ACCOUNTS_CONNECT_EMAIL_ACCOUNT_USER_EMAIL_ACCOUNTSConnect Email Account需要连接
Connect Email Account
认证
需要 Connected AccountTags
Test Email AccountLEMLIST_POST_EMAIL_ACCOUNTS_TEST_EMAIL_ACCOUNT_USER_EMAIL_ACCOUNTS_EMAILACCOUNTID_TESTTest Email Account需要连接
Test Email Account
认证
需要 Connected AccountTags
Bulk Enrich DataLEMLIST_POST_ENRICH_BULK_ENRICH_DATA_V2_ENRICHMENTS_BULKSend a batch of enrichment requests for multiple entities. Maximum 500 enrichment requests per call.需要连接
Send a batch of enrichment requests for multiple entities. Maximum 500 enrichment requests per call.
认证
需要 Connected AccountTags
Enrich DataLEMLIST_POST_ENRICH_ENRICH_DATA_ENRICHEnrich Data需要连接
Enrich Data
认证
需要 Connected AccountTags
Enrich LeadLEMLIST_POST_ENRICH_ENRICH_LEAD_LEADS_LEADID_ENRICHEnrich Lead需要连接
Enrich Lead
认证
需要 Connected AccountTags
Attach Labels to ConversationsLEMLIST_POST_INBOX_ATTACH_LABELS_TO_CONVERSATIONS_INBOX_CONVERSATIONS_LABELS_CONTACTIDAttaches one or more labels to one or more conversations.需要连接
Attaches one or more labels to one or more conversations.
认证
需要 Connected AccountTags
Create DraftLEMLIST_POST_INBOX_CREATE_DRAFT_INBOX_CONTACTID_DRAFTSCreates a new draft for a specific contact. The source is automatically set to "api".需要连接
Creates a new draft for a specific contact. The source is automatically set to "api".
认证
需要 Connected AccountTags
Create LabelLEMLIST_POST_INBOX_CREATE_LABEL_INBOX_LABELSCreates a new label available to the team.需要连接
Creates a new label available to the team.
认证
需要 Connected AccountTags
Send EmailLEMLIST_POST_INBOX_SEND_EMAIL_INBOX_EMAILSend Email需要连接
Send Email
认证
需要 Connected AccountTags
Send LinkedIn MessageLEMLIST_POST_INBOX_SEND_LINKEDIN_MESSAGE_INBOX_LINKEDINSend LinkedIn Message需要连接
Send LinkedIn Message
认证
需要 Connected AccountTags
Send WhatsApp MessageLEMLIST_POST_INBOX_SEND_WHATSAPP_MESSAGE_INBOX_WHATSAPPSend WhatsApp Message需要连接
Send WhatsApp Message
认证
需要 Connected AccountTags
Add Custom Variables on LeadsLEMLIST_POST_LEADS_ADD_LEAD_VARIABLES_LEADS_LEADID_VARIABLESAdd custom variables to a lead and sets values for that specific lead.需要连接
Add custom variables to a lead and sets values for that specific lead.
认证
需要 Connected AccountTags
Create Lead in CampaignLEMLIST_POST_LEADS_CREATE_LEAD_IN_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_LEADSCreate Lead in Campaign需要连接
Create Lead in Campaign
认证
需要 Connected AccountTags
Import Leads from CRMLEMLIST_POST_LEADS_IMPORT_LEADS_FROM_CRM_CAMPAIGNS_CAMPAIGNID_LEADS_IMPORTImport Leads from CRM需要连接
Import Leads from CRM
认证
需要 Connected AccountTags
Launch LeadLEMLIST_POST_LEADS_LAUNCH_LEAD_LEADS_REVIEW_LEADIDUse this endpoint to launch a lead that is waiting for review, without having to enable campaign-wide auto-review. You're auto launching this specific lead, while still enforcing every other launch guard: the campaign must have no step errors, any AI variables required by the campaign must be valid for the lead, and a sender must be available. No need to enable autolaunch in the campaign. This endpoint requires an `emailPro` plan or higher.需要连接
Use this endpoint to launch a lead that is waiting for review, without having to enable campaign-wide auto-review. You're auto launching this specific lead, while still enforcing every other launch guard: the campaign must have no step errors, any AI variables required by the campaign must be valid for the lead, and a sender must be available. No need to enable autolaunch in the campaign. This endpoint requires an `emailPro` plan or higher.
认证
需要 Connected AccountTags
Mark Lead as Interested in CampaignLEMLIST_POST_LEADS_MARK_LEAD_AS_INTERESTED_IN_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_LEADS_LEADIDOREMAIL_INTERESTEDMark Lead as Interested in Campaign需要连接
Mark Lead as Interested in Campaign
认证
需要 Connected AccountTags
Mark Lead as InterestedLEMLIST_POST_LEADS_MARK_LEAD_AS_INTERESTED_LEADS_INTERESTED_LEADIDOREMAILMark a lead as interested across all campaigns需要连接
Mark a lead as interested across all campaigns
认证
需要 Connected AccountTags
Mark Lead as Not Interested in CampaignLEMLIST_POST_LEADS_MARK_LEAD_AS_NOT_INTERESTED_IN_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_LEADS_LEADIDOREMAIL_NOTINTERESTEDMark Lead as Not Interested in Campaign需要连接
Mark Lead as Not Interested in Campaign
认证
需要 Connected AccountTags
Mark Lead as Not InterestedLEMLIST_POST_LEADS_MARK_LEAD_AS_NOT_INTERESTED_LEADS_NOTINTERESTED_LEADIDOREMAILMark a lead as not interested across all campaigns需要连接
Mark a lead as not interested across all campaigns
认证
需要 Connected AccountTags
Pause LeadLEMLIST_POST_LEADS_PAUSE_LEAD_LEADS_PAUSE_LEADIDPause Lead需要连接
Pause Lead
认证
需要 Connected AccountTags
Resume Paused LeadLEMLIST_POST_LEADS_RESUME_PAUSED_LEAD_LEADS_START_LEADIDResume Paused Lead需要连接
Resume Paused Lead
认证
需要 Connected AccountTags
Upload Audio for Voice Message StepLEMLIST_POST_LEADS_UPLOAD_AUDIO_FOR_VOICE_MESSAGE_STEP_LEADS_AUDIOUpload Audio for Voice Message Step需要连接
Upload Audio for Voice Message Step
认证
需要 Connected AccountTags
Search Companies DatabaseLEMLIST_POST_PEOPLE_DATABASE_SEARCH_COMPANIES_DATABASE_DATABASE_COMPANIESSearch the lemlist Companies database using structured filters with pagination support. Returns comprehensive company data including technologies used, location, employee count, and other business intelligence.需要连接
Search the lemlist Companies database using structured filters with pagination support. Returns comprehensive company data including technologies used, location, employee count, and other business intelligence.
认证
需要 Connected AccountTags
Associate Schedule with CampaignLEMLIST_POST_SCHEDULES_ASSOCIATE_SCHEDULE_WITH_CAMPAIGN_CAMPAIGNS_CAMPAIGNID_SCHEDULES_SCHEDULEIDAssociate Schedule with Campaign需要连接
Associate Schedule with Campaign
认证
需要 Connected AccountTags
Create ScheduleLEMLIST_POST_SCHEDULES_CREATE_SCHEDULE_SCHEDULESCreate Schedule需要连接
Create Schedule
认证
需要 Connected AccountTags
Add Step to SequenceLEMLIST_POST_SEQUENCES_ADD_STEP_TO_SEQUENCE_SEQUENCES_SEQUENCEID_STEPSAdd Step to Sequence需要连接
Add Step to Sequence
认证
需要 Connected AccountTags
Create TaskLEMLIST_POST_TASKS_CREATE_TASK_TASKSCreate a manual task (opportunity) associated with a contact/company or lead.需要连接
Create a manual task (opportunity) associated with a contact/company or lead.
认证
需要 Connected AccountTags
Ignore TasksLEMLIST_POST_TASKS_IGNORE_TASKS_TASKS_IGNOREIgnore Tasks需要连接
Ignore Tasks
认证
需要 Connected AccountTags
Add Unsubscribe Email or DomainLEMLIST_POST_UNSUBSCRIBES_ADD_UNSUBSCRIBE_EMAIL_OR_DOMAIN_UNSUBSCRIBES_EMAILAdd Unsubscribe Email or Domain需要连接
Add Unsubscribe Email or Domain
认证
需要 Connected AccountTags
Bulk Unsubscribe VariablesLEMLIST_POST_UNSUBSCRIBES_BULK_UNSUBSCRIBE_VARIABLES_V2_UNSUBSCRIBES_VARIABLESUnsubscribes up to 10,000 variables in a single request.需要连接
Unsubscribes up to 10,000 variables in a single request.
认证
需要 Connected AccountTags
Unsubscribe ContactLEMLIST_POST_UNSUBSCRIBES_UNSUBSCRIBE_CONTACT_V2_UNSUBSCRIBES_CONTACTS_CONTACTIDMarks a contact as unsubscribed (do-not-contact).需要连接
Marks a contact as unsubscribed (do-not-contact).
认证
需要 Connected AccountTags
Unsubscribe VariableLEMLIST_POST_UNSUBSCRIBES_UNSUBSCRIBE_VARIABLE_V2_UNSUBSCRIBES_VARIABLES_VALUEUnsubscribes a single variable. This operation is idempotent — if the variable is already unsubscribed, the existing record is returned.需要连接
Unsubscribes a single variable. This operation is idempotent — if the variable is already unsubscribed, the existing record is returned.
认证
需要 Connected AccountTags
Add WebhookLEMLIST_POST_WEBHOOKS_ADD_WEBHOOK_HOOKSAdd Webhook需要连接
Add Webhook
认证
需要 Connected AccountTags
Set Email for Campaign Export NotificationLEMLIST_PUT_CAMPAIGNS_SET_EXPORT_EMAIL_NOTIFICATION_CAMPAIGNS_CAMPAIGNID_EXPORT_EXPORTID_EMAIL_EMAILSet an email address for a given export. When the export is done, an email with the download URL will be sent to the address provided.需要连接
Set an email address for a given export. When the export is done, an email with the download URL will be sent to the address provided.
认证
需要 Connected AccountTags
Search People DatabaseLEMLIST_SEARCH_PEOPLE_DATABASEThis endpoint allows you to query our People database. To do so, you may use the following parameters: filters (required), page (optional), size (optional), and excludes (optional). Each filter should have the following properties: filterId (filter identifier), in (list of the values you want to include), and out (list of the values you want to exclude). To know which filters you are able to use, refer to the GET Filters section. The `department` filter accepts the following values: `Sales`, `Customer service`, `Engineering`, `Marketing`, `Operations`, `Human Resources`, `Finance / Legal / Admin`, `Other`.需要连接
This endpoint allows you to query our People database. To do so, you may use the following parameters: filters (required), page (optional), size (optional), and excludes (optional). Each filter should have the following properties: filterId (filter identifier), in (list of the values you want to include), and out (list of the values you want to exclude). To know which filters you are able to use, refer to the GET Filters section. The `department` filter accepts the following values: `Sales`, `Customer service`, `Engineering`, `Marketing`, `Operations`, `Human Resources`, `Finance / Legal / Admin`, `Other`.
认证
需要 Connected AccountTags