Omnisend Automation
Automate ecommerce marketing workflows including contact management, bulk operations, and subscriber segmentation through Omnisend via Composio
npx skills add ComposioHQ/awesome-claude-skills --skill omnisend-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Omnisend Automation Automate ecommerce marketing operations -- create and update contacts, manage subscriber lists with cursor pagination, run bulk batch operations, and segment audiences -- all orchestrated through the Composio MCP integration. **Toolkit docs:** [composio.dev/toolkits/omnisend](https://composio.dev/toolkits/omnisend) --- ## Setup 1. Connect your Omnisend account through the Composio MCP server at `https://rube.app/mcp` 2. The agent will prompt you with an authentication link if no active connection exists 3. Once connected, all `OMNISEND_*` tools become available for execution --- ## Core Workflows ### 1. Create or Update a Contact Upsert a contact by email identifier with subscription status, profile fields, and optional welcome message. **Tool:** `OMNISEND_CREATE_OR_UPDATE_CONTACT` | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `identifiers` | array | Yes | At least one identifier object with `id` (email), `type` (`email`), optional `channels.email.status` (`subscribed`, `nonSubscribed`, `unsubscribed`), and `sendWelcomeMessage` (boolean) | | `firstName` | string | No | Contact's first name | | `lastName` | string
- Setup
- Core Workflows
- 1. Create or Update a Contact
- 2. List Contacts with Pagination
- 3. Get Contact Details
- 4. Update an Existing Contact
- 5. Bulk Batch Operations
- Known Pitfalls
- Quick Reference
What does the Omnisend Automation skill do?
Automate ecommerce marketing workflows including contact management, bulk operations, and subscriber segmentation through Omnisend via Composio
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill omnisend-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
