* add source lemlist * update change log * apply default formating * add comment, delete unnecessary files * remove unnecessary things Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
852 B
852 B
Lemlist
API Reference
API Docs: https://developer.lemlist.com/#introduction
Overview
Lemlist is your sales automation and cold email software. Using its API you can retrieve information about campaigns, activities and unsubscribes.
- Lemlist API uses Basic Authentication.
- Pagination is offset-based.
- It uses fixed-window rate limiting strategy.
Endpoints
Lemlist API consists of four endpoints which can be extracted data from:
- Team: This endpoint retrieves information of your team.
- Campaigns: This endpoint retrieves the list of all campaigns.
- Activities: This endpoint retrieves the last 100 activities.
- Unsubscribes: This endpoint retrieves the list of all people who are unsubscribed.
Notes
- The API doesn't have any way to filter information so it doesn't support incremental syncs.