Lemn Email Marketing API Integration
Description
Use the lemn-api npm package to manage email marketing with Lemn. Covers contact lists, broadcasts, transactional emails, suppression lists, exclusion lists, webhooks, and exports.
What Claude Learns
- → How Authentication Works (Important)
- → Module Overview
- → Lists (lemn.lists)
- → Create a list
- → Get all lists
- → Get a specific list
Installation
```bash
npm install lemn-api
```
```javascript
const LemnAPI = require('lemn-api');
const lemn = new LemnAPI('your_api_key');
```
### How Authentication Works (Important)
The package handles auth internally. It sends your API key as the header `X-Auth-APIKey` on every request. You never set headers manually — just pass the key to the constructor and use the methods.
The base URL used internally is `https://app.xn--lemn-sqa.com/api`. You do not need to use this directly, but it is good to know for debugging.
---
Stack & Dependencies
JavaScript
HTML
JSON
Frequently Asked Questions
Is Lemn Email Marketing API Integration free to use?
Yes u2014 Lemn Email Marketing API Integration is free. Install it directly with one command (`npx mkt-skills install lemn`) or download the SKILL.md file and drop it into your `~/.claude/skills/` directory. No account, no sign-up, no license fee.