Campaign Cleaner

Learn how to use Campaign Cleaner with Composio

Overview

Enum

CAMPAIGN_CLEANER

Description

Campaign Cleaner is a tool designed to optimize email campaigns by ensuring compatibility across email clients, improving deliverability, and enhancing overall performance.

Authentication Details

api_key
stringRequired

Actions

Tool to delete a saved campaign by id. use when you need to remove a campaign after confirming its id.

Action Parameters

campaign
objectRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all campaigns in the account. use when you need to retrieve campaign listings for reporting or management.

Action Parameters

page
integer
page_size
integer
search
string
status
string

Action Response

data
object
error
string
successful
boolean
Tool to download a pdf analysis report for a processed campaign. use after a campaign has been processed.

Action Parameters

campaign
objectRequired

Action Response

data
object
error
string
successful
boolean
Tool to check the processing status of a submitted campaign. use after submitting a campaign to monitor its progress.

Action Parameters

campaign
objectRequired

Action Response

data
object
error
string
successful
boolean