Campaign Cleaner is a tool designed to optimize email campaigns by ensuring compatibility across email clients, improving deliverability, and enhancing overall performance.
Campaign Cleaner is a tool designed to optimize email campaigns by ensuring compatibility across email clients, improving deliverability, and enhancing overall performance. On Nagent, Campaign Cleaner is exposed as a fully-configurable email integration that any agent can call — 5 actions, and API key authentication. No code is required to wire Campaign Cleaner into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Campaign Cleaner to automate the kinds of tasks email teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Campaign Cleaner into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Campaign Cleaner, with input parameters and output schema. Drop these into any step of an agent built in Helix.
CAMPAIGN_CLEANER_DELETE_CAMPAIGNTool to delete a saved campaign by ID. Use when you need to remove a campaign after confirming its ID.
Input parameters
Wrapper object containing the campaign ID to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CAMPAIGN_CLEANER_GET_CAMPAIGN_LISTTool to list all campaigns in the account. Use when you need to retrieve campaign listings for reporting or management.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CAMPAIGN_CLEANER_GET_CAMPAIGN_PDF_ANALYSISDownload a PDF analysis report for a processed campaign. The report includes deliverability analysis, spam score assessment, and optimization recommendations. Use this after a campaign has been submitted via send_campaign and processing is complete.
Input parameters
Campaign object containing the campaign ID to retrieve the PDF analysis for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CAMPAIGN_CLEANER_GET_CAMPAIGN_STATUSTool to check the processing status of a submitted campaign. Use after submitting a campaign to monitor its progress.
Input parameters
Campaign object containing the unique identifier of the campaign to check.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CAMPAIGN_CLEANER_GET_CREDITSTool to retrieve the number of available credits in your Campaign Cleaner account. Credits are consumed when calling the send_campaign API.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 55 agents privately built on Nagent that already use Campaign Cleaner.
Build on Nagent
Connect Campaign Cleaner to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Campaign Cleaner, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Campaign Cleaner is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Campaign Cleaner is connected, you configure its 5 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Campaign Cleaner steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Campaign Cleaner event fires, the agent kicks off automatically.
Every Campaign Cleaner action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Campaign Cleaner ships with 5 pre-built email actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Campaign Cleaner together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Campaign Cleaner-based workflows tailored to your business.