Sendlane

Learn how to use Sendlane with Composio

Overview

Enum

SENDLANE

Description

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

Authentication Details

subdomain
stringRequired
generic_api_key
stringRequired
generic_token
stringRequired

Actions

Tool to retrieve a list of custom fields. use when you need to list all custom fields with optional pagination.

Action Parameters

page
integer
per_page
integer

Action Response

data
array
error
string
meta
object
success
boolean
successful
boolean
Tool to create a new list. use when you need to add a brand-new mailing list before sending campaigns.

Action Parameters

double_optin
boolean
name
stringRequired
sender_address
stringRequired
sender_city
stringRequired
sender_country
stringRequired
sender_email
stringRequired
sender_name
stringRequired
sender_reminder
stringRequired
sender_state
stringRequired
sender_zip
stringRequired

Action Response

data
object
error
string
successful
boolean