How to integrate Omnisend MCP with OpenClaw

OpenClaw is the fastest growing agent harness out there, which can work 24/7 to automate almost any kind of tasks. However, its capabilities are limited to the tools it has access to. Composio allows your OpenClaw to access Omnisend with authentication management handled for you. You can execute actions on Omnisend via your favorite OpenClaw interface (Telegram, WhatsApp, TUI, etc), whichever you prefer.

Omnisend logoOmnisend
Api KeyOauth2

Omnisend is a marketing automation platform for ecommerce, specializing in email and SMS campaigns. It helps online businesses engage customers and boost sales with targeted, automated messaging.

43 Tools

Introduction

OpenClaw is the fastest growing agent harness out there, which can work 24/7 to automate almost any kind of tasks. However, its capabilities are limited to the tools it has access to. Composio allows your OpenClaw to access Omnisend with authentication management handled for you. You can execute actions on Omnisend via your favorite OpenClaw interface (Telegram, WhatsApp, TUI, etc), whichever you prefer.

Also integrate Omnisend with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • Programmatic tool calling allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Handling Large tool responses out of LLM context to minimize context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so LLMs aren't overwhelmed by tools you don't need.

How to install Omnisend with OpenClaw

Using Composio API Key and Setup Prompt

Copy the setup prompt from the OpenClaw dashboard
  • Run it in your OpenClaw chat interface.
  • Authenticate Omnisend from the dashboard
  • Go back to your OpenClaw interface and start asking questions.

Using OpenClaw/Composio Plugin

1. Install OpenClaw Composio plugin

bash
openclaw plugins install @composio/openclaw-plugin

2. Copy the API Key from dashboard.composio.dev

3. Setup OpenClaw Config

bash
openclaw config set plugins.entries.composio.config.consumerKey "ck_your_key_here"

4. Restart OpenClaw

bash
openclaw gateway restart

5. Go to your chat interface and start asking questions.

6. When prompted, authenticate the app and you're all set.

How It Works

The plugin connects to Composio's MCP server at https://connect.composio.dev/mcp and registers all available tools directly into the OpenClaw agent. Tools are called by name — no extra search or execute steps needed.

If a tool returns an auth error, the agent will prompt you to connect that toolkit at dashboard.composio.dev.

Configuration

bash
{
  "plugins": {
    "entries": {
      "composio": {
        "enabled": true,
        "config": {
          "consumerKey": "ck_your_key_here"
        }
      }
    }
  }
}
OptionDescriptionDefault
enabledEnable or disable the plugintrue
consumerKeyYour Composio consumer key (ck_...)
mcpUrlMCP server URL (advanced)https://connect.composio.dev/mcp

What is the Omnisend MCP server, and what's possible with it?

The Omnisend MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Omnisend account. It provides structured and secure access to your ecommerce marketing data, so your agent can manage contacts, automate batch operations, update products, and streamline campaign preparation for your store.

  • Bulk contact and product management: Effortlessly create or update large sets of contacts or products in one go, perfect for onboarding new subscribers or syncing your catalog.
  • Individual contact handling: Retrieve, update, or enrich detailed contact profiles, making it easy for your agent to personalize outreach or manage subscriptions.
  • Batch job automation and tracking: Initiate batch operations and monitor their progress, status, and results to ensure smooth processing of large datasets.
  • Product catalog maintenance: List, review, or delete products directly from your Omnisend account, keeping your store's offerings up to date for campaigns.
  • Contact segmentation and filtering: Fetch paginated and filtered contact lists, enabling targeted marketing actions and smarter audience management.

Conclusion

You've successfully integrated Omnisend with OpenClaw using Composio plugin. Now interact with Omnisend directly from your terminal, Web UI, or any messenger app using natural language commands.

Key benefits of this setup:

  • Seamless integration across TUI, Web UIs, and Messenger apps like Telegram, WhatsApp, Slack, etc.
  • Natural language commands for Omnisend operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • Programmatic tool calling for complex tool chaining

Next steps:

  • Try asking OpenClaw to perform various Omnisend operations
  • Explore cross-app workflows by connecting more toolkits like Calendar, Slack, Notion, etc.
  • Build complex automation scripts that leverage OpenClaw's 24/7 running capabilities
TOOLS

Supported Tools

Every Omnisend action and event your agent gets out of the box.

Add Cart Product

Tool to add a product to a cart in Omnisend (v3 API).

Create Batch

Tool to create a new batch operation for multiple items.

Create Cart

Tool to create a new shopping cart in Omnisend.

Create Category

Tool to create a new category in Omnisend.

Create Order

Tool to create a new order in Omnisend v3 API.

Create or Update Contact

Tool to create or update a contact in Omnisend.

Create Product

Tool to create a new product in the Omnisend product catalog.

Create Product Category

Tool to create a new product category in the Omnisend catalog.

Delete Cart

Tool to delete a cart from Omnisend by its ID (v3 API).

Delete Category

Tool to remove a category from Omnisend by its ID.

Delete Order

Tool to delete an order from Omnisend by its ID.

Delete Product

Tool to remove a product from Omnisend by its ID.

Delete Product Category

Tool to remove a product category from Omnisend by its ID.

Get Batches

Tool to retrieve a list of batch operations.

Get Batch Information

Tool to retrieve information about a specific batch by ID.

Get Batch Item

Tool to retrieve a specific item within a batch by batchID and itemID.

Get Batch Items

Tool to retrieve processed items of a specific batch by ID.

Get Brand

Tool to retrieve information about the current authenticated brand.

Get Cart

Tool to retrieve a specific cart by ID from Omnisend v3 API.

Get Category

Tool to retrieve details of a specific category by ID.

Get Contact

Tool to retrieve details of a single contact by ID.

Get Order

Tool to retrieve details of a specific order by ID.

Get Product

Tool to retrieve details of a specific product by ID from Omnisend.

Get Product Category

Tool to retrieve a specific product category by ID.

List Campaigns

Tool to retrieve a paginated list of campaigns with optional filtering by status and type.

List Carts

Tool to retrieve a paginated list of carts with optional filtering.

List Categories

Tool to retrieve a paginated list of product categories.

List Contacts

Tool to retrieve a paginated list of contacts with optional filtering.

List Events

Tool to retrieve all custom events created in Omnisend app.

List Product Categories

Tool to retrieve a paginated list of product categories from the Omnisend catalog.

List Products

Tool to retrieve a paginated list of products.

Remove Cart Product

Tool to remove a product from a cart in Omnisend.

Replace Cart

Tool to replace an existing cart in Omnisend using the v3 API.

Replace Cart Product

Tool to replace a product in a cart using Omnisend v3 API.

Replace Category

Tool to replace a category's title by ID.

Replace Order

Tool to completely replace an existing order in Omnisend.

Replace Product

Tool to replace an existing product in the Omnisend catalog.

Send Event

Tool to send a customer event to Omnisend.

Update Cart

Tool to partially update a cart in Omnisend (v3 API).

Update Cart Product

Tool to update a product in a cart (v3 API).

Update Contact

Tool to update fields of an existing contact by ID.

Update Order Status

Tool to partially update an order status in Omnisend (v3 API).

Update Product Category

Tool to update an existing product category title in Omnisend.

FAQ

Frequently asked questions

With a standalone Omnisend MCP server, the agents and LLMs can only access a fixed set of Omnisend tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Omnisend and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. OpenClaw fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Omnisend tools.

Yes, absolutely. You can configure which Omnisend scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Omnisend data and credentials are handled as safely as possible.

Start with Omnisend.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Omnisend tool your agent needs.Free to start.

Start building