Lemlist

Learn how to use Lemlist with Composio

Overview

SLUG

LEMLIST

Description

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.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: LEMLIST_DELETE_DELETE_SCHEDULE

Tool to delete a specific schedule by scheduleid. use when you need to remove a schedule permanently after confirming its id.

Action Parameters

scheduleId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_DELETE_DELETE_UNSUBSCRIBE_EMAIL

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.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_DELETE_UNSUBSCRIBE_LEAD_FROM_CAMPAIGN

Tool to unsubscribe a lead from a campaign. use when you need to stop further outreach by removing a lead from the specified campaign.

Action Parameters

campaignId
stringRequired
leadId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired
successfull
booleanRequired

SLUG: LEMLIST_GET_ALL_WEBHOOKS

Tool to retrieve the list of all webhooks configured for the team. use when you need to sync or audit active webhooks.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_CAMPAIGN_BY_ID

Tool to retrieve a specific campaign by campaignid. use when you need detailed campaign information by id.

Action Parameters

campaignId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_CAMPAIGN_EXPORT_START

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.

Action Parameters

campaignId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_CAMPAIGN_EXPORT_STATUS

Tool to check the status of an asynchronous campaign export. use after starting an export to poll until done or error.

Action Parameters

campaignId
stringRequired
exportId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_CAMPAIGN_SEQUENCES

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.

Action Parameters

campaignId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_EXPORT_CAMPAIGN_LEADS

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.

Action Parameters

campaignId
stringRequired
format
stringDefaults to json
state
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_EXPORT_UNSUBSCRIBES

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.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_GET_UNSUBSCRIBE_EMAIL

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.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_RETRIEVE_ACTIVITIES

Tool to fetch recent campaign activities. use after authentication to retrieve activities filtered by campaignid, type, or limit.

Action Parameters

campaignId
string
limit
integer
type
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_RETRIEVE_LEAD_BY_EMAIL

Tool to retrieve a lead by their email address. use when you have a lead's email to fetch complete lead details.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_RETRIEVE_UNSUBSCRIBES

Tool to retrieve the list of all people who are unsubscribed. use when you need to sync or audit unsubscribed contacts across your campaigns.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_TEAM_CREDITS

Tool to retrieve credits left in the team. use after authenticating your session.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_TEAM_INFO

Tool to retrieve information about your team. use after authentication to inspect current team settings, members, webhooks, and enabled features.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_GET_USER_INFO

Tool to retrieve all information of the authenticated user. use after confirming a valid access token.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_PATCH_MARK_LEAD_AS_NOT_INTERESTED_IN_CAMPAIGN

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.

Action Parameters

campaignId
stringRequired
leadId
stringRequired
status
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_PATCH_UPDATE_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.

Action Parameters

autoLeadInterest
boolean
campaignId
stringRequired
disableTrackClick
boolean
disableTrackOpen
boolean
disableTrackReply
boolean
leadsPausedByInterest
boolean
name
string
opportunityClicked
boolean
opportunityReplied
boolean
sequenceSharing
boolean
stopOnEmailReplied
boolean
stopOnLinkClicked
boolean
stopOnLinkClickedFilter
string
stopOnMeetingBooked
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_PATCH_UPDATE_SCHEDULE

Tool to update an existing schedule with new parameters. use after retrieving schedule details to adjust days, time window, and limits.

Action Parameters

days
array
enabled
boolean
maxPerDay
integer
name
string
scheduleId
stringRequired
sendEnd
string
sendStart
string
timezone
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_ADD_UNSUBSCRIBE_EMAIL_DOMAIN

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.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_ADD_VARIABLES_TO_LEAD

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.

Action Parameters

company
stringRequired
leadId
stringRequired
variables
objectRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_ASSOCIATE_SCHEDULE_WITH_CAMPAIGN

Tool to associate a schedule with a campaign. use after confirming both campaignid and scheduleid to bind a schedule to its campaign.

Action Parameters

campaignId
stringRequired
scheduleId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_CREATE_CAMPAIGN

Tool to create a new campaign. use after confirming the team id. returns campaign, sequence, and schedule ids.

Action Parameters

name
stringRequired
teamId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_CREATE_SCHEDULE

Tool to create a new schedule for the team. use when you need to define custom active times or delays for outreach operations.

Action Parameters

end
string
name
string
secondsToWait
integer
start
string
timezone
string
weekdays
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_MARK_LEAD_AS_INTERESTED

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.

Action Parameters

email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_MARK_LEAD_AS_INTERESTED_IN_CAMPAIGN

Tool to mark a lead as interested in a specific campaign. use after confirming the lead's positive engagement in that campaign.

Action Parameters

campaignId
stringRequired
leadEmail
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_MARK_LEAD_AS_NOT_INTERESTED

Tool to mark a lead as not interested in all campaigns. use when a lead explicitly declines outreach and should be paused across campaigns.

Action Parameters

lead_id_or_email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_PAUSE_CAMPAIGN

Tool to pause a running campaign. use after confirming you have the correct campaign id and that the campaign is currently running.

Action Parameters

campaignId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LEMLIST_POST_PAUSE_LEAD

Tool to pause a lead in all campaigns or a specific campaign. use when you want to temporarily halt outreach to a lead.

Action Parameters

campaignId
string
leadIdOrEmail
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired