Sendloop

Learn how to use Sendloop with Composio

Overview

Enum

SENDLOOP

Description

Sendloop is an all-in-one email marketing solution for SaaS, e-commerce, application, and small business owners.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
string
scopes
string
generic_api_key
stringRequired

Actions

Tool to retrieve overall report for a subscriber list. use after sending campaigns to get summary metrics.

Action Parameters

ListID
integerRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to list campaigns. use when you need to filter by campaign status and handle pagination for campaign retrieval.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 50
status
string

Action Response

data
array
error
string
message
string
status
string
successful
boolean
Tool to retrieve subscriber lists. use when you need to get all mailing lists with optional pagination.

Action Parameters

page
integerDefaults to 1
per_page
integer

Action Response

data
object
error
string
successful
boolean
Tool to list subscribers in a specified sendloop list with pagination. use when you need to retrieve subscribers for a given list id, optionally filtering by status, page number, and page size.

Action Parameters

limit
integerDefaults to 10
list_id
stringRequired
page
integerDefaults to 1
status
stringDefaults to all

Action Response

current_page
integer
data
array
error
string
success
boolean
successful
boolean
total_count
integer
total_pages
integer
Tool to retrieve account information. use when you need details about the current sendloop account.

Action Parameters

Action Response

data
object
error
string
successful
boolean