> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lemlist

## What's supported

### Supported actions

This connector supports:

* [Read Actions](/read-actions), including full historic backfill. Please note that incremental read is not supported, a full read of the Lemlist instance will be done for each scheduled read.
* [Write Actions](/write-actions).
* [Proxy Actions](/proxy-actions), using the base URL `https://api.lemlist.com`.

### Supported Objects

The Lemlist connector supports reading from the following objects:

* [team](https://developer.lemlist.com/#d5c38ed4-53b5-4ec4-8263-06beb1d292c2)
* [team/senders](https://developer.lemlist.com/#28a4c41b-ef65-423f-b414-a6d32b1120c2)
* [team/credits](https://developer.lemlist.com/#c9af1cf3-8d3d-469e-a548-268b579d2cb3)
* [campaigns](https://developer.lemlist.com/#32ab1bf9-9b2f-40ed-9bbd-0b8370fed3d9)
* [activities](https://developer.lemlist.com/#3e612a7c-dd67-42dd-95be-0eeac119cc6b)
* [unsubscribes](https://developer.lemlist.com/#e4dca828-d9a8-4e93-a56d-2ec0b1ae7af5)
* [hooks](https://developer.lemlist.com/#94e49f1f-1819-4b09-839f-92f3af41c945)
* [database/filters](https://developer.lemlist.com/#4a01ffe0-2b44-4707-ba60-4afb77541cbc)
* [schema/people](https://developer.lemlist.com/#0a3cfde2-5d79-4dd1-be47-68aef46234a3)
* [schema/companies](https://developer.lemlist.com/#042141e3-bd1b-4e56-811d-7302964de3ea)
* [schedules](https://developer.lemlist.com/#ce46ed06-ee02-49d7-b8f3-0d9960fe1143)

The Lemlist connector supports writing to the following objects:

* [campaigns](https://developer.lemlist.com/#7297cf35-8b42-4838-bae7-aeb2f9f75d5e)
* [schedules](https://developer.lemlist.com/#94448a9e-90be-402b-bbd2-75556dc27b9a)
* [hooks](https://developer.lemlist.com/#b7dba842-902b-441b-8c64-829c6a09c70c)
* [database/people](https://developer.lemlist.com/#cf6deb22-a090-46b4-938b-bde8704ae4ee)
* [database/companies](https://developer.lemlist.com/#6a5f198a-b970-4eca-90fd-6d8a4f283f3d)
* [tasks](https://developer.lemlist.com/#6df3a460-3dd6-4cc2-822d-4035fe766866)
* [tasks/ignore](https://developer.lemlist.com/#1f3a7136-3729-4c0c-b17d-a5dc73abc3e6)

### Example integration

To define an integration for LemList, create a manifest file that looks like this:

```YAML theme={null}
# amp.yaml
specVersion: 1.0.0
integrations:
  - name: lemlist-integration
    displayName: My Lemlist Integration
    provider: lemlist
    proxy:
      enabled: true
```

## Using the connector

This connector uses API Key auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)

To start integrating with Lemlist:

* Create a manifest file like the example above.
* Deploy it using the [amp CLI](/cli/overview).
* Embed the [Install Integration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for an API key.
* Start making [Proxy Calls](/proxy-actions), and Ampersand will automatically attach the API key supplied by the customer. Please note that this connector's base URL is `https://api.lemlist.com`.

## Creating an API key for Lemlist

[Click here](https://developer.lemlist.com/#authentication) for more information on generating API keys for Lemlist. The UI components will display this link, so that your users can successfully create API keys.

Note: The API responds with a 200 OK status code for unknown or undefined resources. You may have to inspect the response body for more details.
