Modules@robinpath/lemlist
@robinpath/lemlist
0.1.1PublicLemlist module for RobinPath.
@robinpath/lemlist
Lemlist module for RobinPath.
Why use this module?
The lemlist module lets you:
- listCampaigns
- getCampaign
- listCampaignLeads
- addLeadToCampaign
- deleteLeadFromCampaign
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/lemlist
Quick Start
1. Set up credentials
lemlist.setCredentials "your-credentials"
2. listCampaigns
lemlist.listCampaigns
Available Functions
| Function | Description |
|---|---|
lemlist.setCredentials | Configure lemlist credentials. |
lemlist.listCampaigns | listCampaigns |
lemlist.getCampaign | getCampaign |
lemlist.listCampaignLeads | listCampaignLeads |
lemlist.addLeadToCampaign | addLeadToCampaign |
lemlist.deleteLeadFromCampaign | deleteLeadFromCampaign |
lemlist.pauseLeadInCampaign | pauseLeadInCampaign |
lemlist.resumeLeadInCampaign | resumeLeadInCampaign |
lemlist.markLeadAsInterested | markLeadAsInterested |
lemlist.unsubscribeLead | unsubscribeLead |
lemlist.listActivities | listActivities |
lemlist.getLeadByEmail | getLeadByEmail |
lemlist.listUnsubscribes | listUnsubscribes |
lemlist.exportCampaignStats | exportCampaignStats |
lemlist.getCampaignStats | getCampaignStats |
Examples
listCampaigns
lemlist.listCampaigns
getCampaign
lemlist.getCampaign
listCampaignLeads
lemlist.listCampaignLeads
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/lemlist";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
lemlist.setCredentials "your-credentials"
lemlist.listCampaigns
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/activecampaign— ActiveCampaign module for complementary functionality@robinpath/brevo— Brevo module for complementary functionality@robinpath/convertkit— Convertkit module for complementary functionality@robinpath/mailchimp— Mailchimp module for complementary functionality@robinpath/sendgrid— SendGrid module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
marketing
0
@robinpath/activecampaign
v0.1.1robinpath
ActiveCampaign -- contacts, automations, campaigns, deals, lists, and tags via the ActiveCampaign REST API v3.
0 downloads
...
marketing
0
@robinpath/brevo
v0.1.1robinpath
Brevo module for RobinPath.
0 downloads
...
marketing
0
@robinpath/convertkit
v0.1.0robinpath
Convertkit module for RobinPath.
0 downloads
...
marketing
0
@robinpath/facebook
v0.1.0robinpath
Facebook module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/lemlist Version0.1.1
LicenseMIT
Unpacked Size4.4 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

