OCNORA

lemlist

CRM & salesAPI keycredential probe

Outreach campaigns, leads, activities and unsubscribes on lemlist.

OCNORA ships 25 typed lemlist operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Triggers 1

  • Activity
    Start a run when a lemlist activity happens (a reply, an open, a bounce, a LinkedIn action, a campaign alert).
    trigger.lemlist_event

Operations 25

  • Add Unsubscribe
    Add an address, or a whole domain, to the team's unsubscribe list.
    lemlist.add_unsubscribe
  • Create Campaign
    Create an empty campaign the team can then add sequences to.
    lemlist.create_campaign
  • Create Lead
    Add a lead to a campaign, optionally enriching it on the way in.
    lemlist.create_lead
  • Delete or Unsubscribe Lead
    Unsubscribe a lead from a campaign, or delete it outright.
    lemlist.delete_lead
  • Delete Unsubscribe
    Remove an address from the team's unsubscribe list.
    lemlist.delete_unsubscribe
  • Export Campaign Leads
    Export a campaign's leads as JSON rows, filtered by their last state.
    lemlist.export_campaign_leads
  • Get Campaign
    Fetch one campaign with its senders, status and errors.
    lemlist.get_campaign
  • Get Campaign Export Status
    Check an asynchronous statistics export and read its file URL once done.
    lemlist.get_campaign_export_status
  • Get Campaign Stats
    Read a campaign's counters over a date range, per step and channel.
    lemlist.get_campaign_stats
  • Get Lead
    Fetch one lead by email address or by lead id.
    lemlist.get_lead
  • Get Team
    Read the team behind the API key, with its members and webhooks.
    lemlist.get_team
  • Get Unsubscribe
    Read the unsubscribe record for one address; lemlist 404s when there is none.
    lemlist.get_unsubscribe
  • List Activities
    List sequence activities, filtered by type, campaign, lead or date.
    lemlist.list_activities
  • List Campaign Leads
    List the leads of one campaign, optionally filtered by their state.
    lemlist.list_campaign_leads
  • List Campaigns
    List the team's campaigns, filtered by status and paged.
    lemlist.list_campaigns
  • List Unsubscribes
    List the addresses and domains on the team's unsubscribe list.
    lemlist.list_unsubscribes
  • Mark Lead Interested
    Mark a lead as interested in one campaign.
    lemlist.mark_lead_interested
  • Mark Lead Not Interested
    Mark a lead as not interested in one campaign.
    lemlist.mark_lead_not_interested
  • Pause Campaign
    Pause a campaign so it stops sending until it is started again.
    lemlist.pause_campaign
  • Pause Lead
    Pause a lead everywhere, or only inside one campaign.
    lemlist.pause_lead
  • Resume Lead
    Resume a paused lead so its sequence continues.
    lemlist.resume_lead
  • Start Campaign
    Start (or resume) a campaign so its sequences send again.
    lemlist.start_campaign
  • Start Campaign Stats Export
    Start the asynchronous campaign statistics export and return its export id; the CSV is not ready yet.
    lemlist.start_campaign_export
  • Update Campaign
    Change a campaign's name or its stop and tracking settings.
    lemlist.update_campaign
  • Update Lead
    Update a lead's details inside one campaign.
    lemlist.update_lead

Run your first lemlist workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.