# Sendlane

Sendlane is a cloud-based marketing automation platform that helps eCommerce businesses engage customers through personalized email and SMS campaigns.

- **Category:** marketing automation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 6
- **Triggers:** 0
- **Slug:** `SENDLANE`
- **Version:** 20260227_00

## Tools

### Get Campaigns

**Slug:** `SENDLANE_GET_CAMPAIGNS`

Tool to retrieve a list of email campaigns. Use when you need to fetch all campaigns with optional pagination.

### Get Custom Fields

**Slug:** `SENDLANE_GET_CUSTOM_FIELDS`

Retrieve a list of all custom fields in your Sendlane account. Custom fields allow you to store additional contact information beyond the standard fields. Use this tool to discover available custom fields, their IDs, names, tags, and types before creating or updating contacts with custom field data. Supports optional pagination via page and per_page parameters.

### Get Lists

**Slug:** `SENDLANE_GET_LISTS`

Tool to retrieve all mailing lists. Use when you need to fetch or display all available contact lists with optional pagination.

### Delete List

**Slug:** `SENDLANE_LIST_DELETE`

Tool to delete a mailing list. Use when you need to remove an unwanted list after confirming its list_id.

### Create List

**Slug:** `SENDLANE_POST_LIST`

Tool to create a new list. Use when you need to add a brand-new mailing list before sending campaigns.

### Create Tag

**Slug:** `SENDLANE_TAG_CREATE`

Tool to create a new tag. Use when you need to segment subscribers using labels.
