Omnisend Automation
Automate ecommerce marketing workflows including contact management, bulk operations, and subscriber segmentation through Omnisend via Composio
What this skill does
# 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 | No | Contact's last name | | `gender` | string | No | `m` or `f` | | `birthdate` | string | No | Format: `YYYY-MM-DD` | | `country` | string | No | Full country name | | `countryCode` | string | No | ISO 3166-1 alpha-2 code (e.g., `US`) | | `city` | string | No | City name | | `address` | string | No | Street address | | `postalCode` | string | No | ZIP/postal code | --- ### 2. List Contacts with Pagination Retrieve contacts in batches with optional filters for email, phone, status, segment, or tag. **Tool:** `OMNISEND_LIST_CONTACTS` | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `limit` | integer | No | Results per page (default: 100, max: 250) | | `after` | string | No | Cursor for next page (base64-encoded ContactID) | | `before` | string | No | Cursor for previous page | | `email` | string | No | Filter by exact email address | | `phone` | string | No | Filter by full phone number with country code | | `status` | string | No | Filter by: `subscribed`, `nonSubscribed`, `unsubscribed` | | `segmentID` | integer | No | Filter by segment ID | | `tag` | string | No | Filter by tag (e.g., `VIP`) | --- ### 3. Get Contact Details Retrieve the full profile for a single contact when you already have their contact ID. **Tool:** `OMNISEND_GET_CONTACT` | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `contactId` | string | Yes | Unique contact identifier (e.g., `60e7412b1234567890abcdef`) | --- ### 4. Update an Existing Contact Patch specific fields on a contact by ID without overwriting the entire record. **Tool:** `OMNISEND_UPDATE_CONTACT` Requires the `contactId` and the fields to update. Retrieve the contact ID first via `OMNISEND_LIST_CONTACTS` or `OMNISEND_GET_CONTACT`. --- ### 5. Bulk Batch Operations Process many records asynchronously in a single call -- contacts, products, orders, events, or categories. **Tool:** `OMNISEND_CREATE_BATCH` | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `method` | string | Yes | `POST` or `PUT` | | `endpoint` | string | Yes | Target: `contacts`, `orders`, `products`, `events`, `categories` | | `items` | array | Yes | Array of payload objects for each operation | | `eventID` | string | Conditional | Required when endpoint is `events` | Use batch operations to avoid rate limits when processing large data sets. --- ## Known Pitfalls | Pitfall | Details | |---------|---------| | **Identifier required** | `OMNISEND_CREATE_OR_UPDATE_CONTACT` requires at least one identifier in the `identifiers` array -- only `email` type is supported | | **Cursor-based pagination** | `OMNISEND_LIST_CONTACTS` uses base64-encoded `after`/`before` cursors, not page numbers -- follow cursors to avoid incomplete data | | **Contact ID resolution** | `OMNISEND_UPDATE_CONTACT` requires a `contactId` -- always resolve it first via list or get operations | | **Batch method constraints** | `OMNISEND_CREATE_BATCH` only accepts `POST` or `PUT` methods -- no `DELETE` or `PATCH` | | **Event ID dependency** | When batching events, the `eventID` parameter is mandatory -- omitting it causes the batch to fail | --- ## Quick Reference | Tool Slug | Purpose | |-----------|---------| | `OMNISEND_CREATE_OR_UPDATE_CONTACT` | Create or upsert a contact by email | | `OMNISEND_LIST_CONTACTS` | List contacts with filtering and cursor pagination | | `OMNISEND_GET_CONTACT` | Get full profile for a single contact by ID | | `OMNISEND_UPDATE_CONTACT` | Patch specific fields on an existing contact | | `OMNISEND_CREATE_BATCH` | Bulk async operations for contacts, products, orders, events | --- *Powered by [Composio](https://composio.dev)*
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.