Add Step to Sequence
Tool to add a new step (email, LinkedIn, conditional, etc.) to an existing sequence. Use when building or editing campaign sequences to add outreach steps.
lemlist is a prospecting tool that automates multichannel outreach, enabling users to find leads with valid contact information and reach them across email, LinkedIn, or calls with personalized messages.
Tool to add a new step (email, LinkedIn, conditional, etc.) to an existing sequence. Use when building or editing campaign sequences to add outreach steps.
Tool to add an email or domain to the unsubscribed list. Use when you need to globally block sending to a specific recipient or domain.
Tool to add one or more variables to a lead. Use when you need to enrich a lead with custom data after its creation or retrieval.
Tool to associate a schedule with a campaign. Use after confirming both campaignId and scheduleId to bind a schedule to its campaign.
Tool to create a new campaign. Use after confirming the team ID. Returns campaign, sequence, and schedule IDs nested under a `data` key (e.g., `result['data']['campaignId']`).
Tool to create a note attached to a specific company. Use when you need to add annotations or notes to a company record for tracking purposes.
Tool to create a new label for inbox conversations. Use when you need to organize inbox messages with custom labels.
Tool to create a lead and add it to a specific campaign. Use when you need to enroll a new lead into an outreach campaign. Supports optional deduplication and enrichment features.
Tool to create a new schedule for the team. Use when you need to define custom active times or delays for outreach operations. Returns a `scheduleId`; store it for association with campaigns or sequences. Avoid creating unused schedules.
Tool to create a manual task (opportunity) associated with a contact, company, or lead. Use when you need to track follow-ups or action items for outreach prospects.
Tool to delete a specific schedule by scheduleId. Use when you need to remove a schedule permanently after confirming its ID.
Tool to delete an email from the unsubscribed list. Use when restoring a subscriber who has opted back in and you need to remove them from the suppressed contacts.
Tool to export campaign leads with state filtering and choose between JSON or CSV output. Use when you need to download leads and their statuses for reporting or analysis.
Tool to download a CSV file containing all unsubscribed email addresses. Use when you need to export the full unsubscribes list for analysis or archival.
Tool to retrieve the list of all webhooks configured for the team. Use when you need to sync or audit active webhooks.
Tool to retrieve a specific campaign by campaignId. Use when you need detailed campaign information by ID.
Tool to check the status of an asynchronous campaign export. Use after starting an export to poll until done or error.
Tool to retrieve a list of all sequences for a campaign with steps and conditions. Use after fetching campaign to inspect its nested sequences and branching rules.
Tool to retrieve performance statistics for a specific campaign within a date range. Use when you need campaign analytics including lead engagement, message delivery, and step-by-step performance metrics.
Tool to retrieve the schema definition for companies in the people database. Use when you need to understand the structure, fields, and data types available for company records.
Tool to retrieve all messages exchanged with a specific contact. Use when you need to fetch conversation history for a contact by their contactId.
Tool to retrieve available filters for searching the people and companies database. Use when you need to discover what search criteria are available before querying the database.
Tool to retrieve information about a specific label by its ID. Use when you need details about an inbox label.
Tool to retrieve the schema definition for people in the people database. Use when you need to understand available fields and their structure before querying or importing people data.
Tool to retrieve credits left in the team. Use after authenticating your session.
Tool to retrieve information about your team. Use after authentication to inspect current team settings, members, webhooks, and enabled features. Verify the returned teamId matches the intended workspace before passing it to campaign-creation or other write operations to avoid creating resources in the wrong account context.
Tool to retrieve a single unsubscribed email record. Use when you need to verify if a specific email has opted out of campaigns before re-subscribing them.
Tool to retrieve all information for a specific user by their ID. Use when you have a user ID to fetch complete user details including LinkedIn settings and connected mailboxes.
Tool to retrieve all information of the authenticated user. Use after confirming a valid access token.
Tool to mark one or more tasks as ignored in Lemlist. Use when you want to dismiss tasks without completing them.
Tool to retrieve a list of campaigns for the team. Use when you need to discover campaign IDs, names, or statuses before performing operations like auditing or pausing campaigns.
Tool to retrieve a paginated list of all companies in your CRM. Use when you need to discover companies, search by name, or fetch company details for further operations.
Tool to retrieve all notes associated with a specific company. Use when you need to view annotations, comments, or activities logged against a company record.
Tool to list all labels available to your team. Use when you need to retrieve the full list of labels for inbox organization or filtering.
Tool to retrieve all pending tasks assigned to team members. Use when you need to view tasks by campaign, assignee, or other filters. Completed tasks are automatically excluded from results.
Tool to retrieve all team members and their associated campaigns. Use when you need to discover which team members are managing which campaigns or to understand campaign distribution across the team.
Tool to retrieve paginated watchlist signals with filtering and sorting. Use when you need to fetch signals from watchlists based on type, status, date range, or specific watchlist ID.
Tool to mark a lead as interested in all campaigns. Use when a lead responds positively and you want to advance or personalize your outreach.
Tool to mark a lead as interested in a specific campaign. Use after confirming the lead's positive engagement in that campaign.
Tool to mark a lead as not interested in all campaigns. Use when a lead explicitly declines outreach and should be paused across campaigns.
Tool to mark a lead as not interested in a specific campaign. Use after confirming campaign and lead IDs to set status to not_interested.
Tool to pause a running campaign. Use after confirming you have the correct campaign ID and that the campaign is currently running.
Tool to pause a lead in all campaigns or a specific campaign. Use when you want to temporarily halt outreach to a lead.
Tool to fetch recent campaign activities. Use after authentication to retrieve activities filtered by campaignId, type, or limit.
Tool to retrieve a lead by their email address. Use when you have a lead's email to fetch complete lead details.
Tool to retrieve the list of all people who are unsubscribed. Use when you need to sync or audit unsubscribed contacts across your campaigns.
Tool to search the companies database using filters, keywords, and pagination. Use when you need to find companies based on criteria like industry, size, or keywords. Returns a paginated list of companies matching the specified filters.
Tool to search the Lemlist people database using filters, keywords, and pagination. Use when you need to find prospects based on criteria like location, job title, seniority, or company. Supports free-text search and structured filtering.
Tool to start an asynchronous export of all campaign statistics (CSV). Use when you need to initiate a CSV export for a given campaign and track its progress.
Tool to unsubscribe a lead from a campaign. Use when you need to stop further outreach by removing a lead from the specified campaign.
Tool to update settings of a campaign. Use after fetching or creating a campaign to adjust name, stop-on behaviors, and other campaign flags.
Tool to update an existing schedule with new parameters. Use after retrieving schedule details to adjust days, time window, and limits.
Tool to update an existing step in a sequence (edit subject/message/delay/etc.) by sequenceId and stepId. Use after retrieving sequences to modify step content or timing.
Tool to update an existing task including assignment, scheduling, and status. Use when modifying task details such as title, priority, due date, or completion status.