1
0
mirror of synced 2026-01-09 15:05:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-lemlist/bootstrap.md
Igli 19f2541a03 🎉 New Source: Lemlist (#7062)
* 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>
2021-10-26 14:16:49 -03:00

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:

  1. Team: This endpoint retrieves information of your team.
  2. Campaigns: This endpoint retrieves the list of all campaigns.
  3. Activities: This endpoint retrieves the last 100 activities.
  4. 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.