Omnisend

Omnisend is a marketing automation platform for ecommerce businesses, focusing on email and SMS marketing.

43 actions Integration catalog
Request access
Connect Omnisend once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Cart ProductOMNISEND_ADD_CART_PRODUCT
Tool to add a product to a cart in Omnisend (v3 API). Use when updating cart contents or tracking abandoned carts.
Create BatchOMNISEND_CREATE_BATCH
Tool to create a new batch operation for multiple items. Use when you need to process many records asynchronously in one call, e.g., bulk contacts, products, orders, or events. Use after preparing the items list to avoid rate limits.
Create CartOMNISEND_CREATE_CART
Tool to create a new shopping cart in Omnisend. Use when tracking customer cart activity for abandoned cart campaigns.
Create CategoryOMNISEND_CREATE_CATEGORY
Tool to create a new category in Omnisend. Use when organizing products into categories.
Create OrderOMNISEND_CREATE_ORDER
Tool to create a new order in Omnisend v3 API. Use when recording a customer purchase or order transaction.
Create or Update ContactOMNISEND_CREATE_OR_UPDATE_CONTACT
Tool to create or update a contact in Omnisend. Use after collecting subscriber details.
Create ProductOMNISEND_CREATE_PRODUCT
Tool to create a new product in the Omnisend product catalog. Use when adding products for email campaigns or syncing inventory.
Create Product CategoryOMNISEND_CREATE_PRODUCT_CATEGORY
Tool to create a new product category in the Omnisend catalog. Use when organizing products into categories.
Delete CartOMNISEND_DELETE_CART
Tool to delete a cart from Omnisend by its ID (v3 API). Use when you need to remove an abandoned or expired cart from the system.
Delete CategoryOMNISEND_DELETE_CATEGORY
Tool to remove a category from Omnisend by its ID. Use when you need to delete a category and ensure it is no longer available in your catalog.
Delete OrderOMNISEND_DELETE_ORDER
Tool to delete an order from Omnisend by its ID. Use when you need to remove an order from the system.
Delete ProductOMNISEND_DELETE_PRODUCT
Tool to remove a product from Omnisend by its ID. Use when you need to delete a product and ensure it is no longer available in your catalog.
Delete Product CategoryOMNISEND_DELETE_PRODUCT_CATEGORY
Tool to remove a product category from Omnisend by its ID. Use when you need to delete a product category from your catalog.
Get BatchesOMNISEND_GET_BATCHES
Tool to retrieve a list of batch operations. Use after initiating a batch job to monitor its progress and results.
Get Batch InformationOMNISEND_GET_BATCH_INFORMATION
Tool to retrieve information about a specific batch by ID. Use after submitting a batch when you need a detailed status and counts.
Get Batch ItemOMNISEND_GET_BATCH_ITEM
Tool to retrieve a specific item within a batch by batchID and itemID. Use when you need to inspect the result of a single batch operation.
Get Batch ItemsOMNISEND_GET_BATCH_ITEMS
Tool to retrieve processed items of a specific batch by ID. Use when you need to inspect individual results of a batch operation after fetching batch details.
Get BrandOMNISEND_GET_BRAND
Tool to retrieve information about the current authenticated brand. Use when you need brand details like currency, platform, or website.
Get CartOMNISEND_GET_CART
Tool to retrieve a specific cart by ID from Omnisend v3 API. Use when you need detailed cart information including products and customer contact details.
Get CategoryOMNISEND_GET_CATEGORY
Tool to retrieve details of a specific category by ID. Use when you need to fetch information about a category.
Get ContactOMNISEND_GET_CONTACT
Tool to retrieve details of a single contact by ID. Use when you already have a contactId and need the full profile.
Get OrderOMNISEND_GET_ORDER
Tool to retrieve details of a specific order by ID. Use when you need order information including products, addresses, and payment details.
Get ProductOMNISEND_GET_PRODUCT
Tool to retrieve details of a specific product by ID from Omnisend. Use when you need full product information including variants, pricing, and stock status.
Get Product CategoryOMNISEND_GET_PRODUCT_CATEGORY
Tool to retrieve a specific product category by ID. Use when you need details about a particular product category.
List CampaignsOMNISEND_LIST_CAMPAIGNS
Tool to retrieve a paginated list of campaigns with optional filtering by status and type. Use when you need to view or analyze campaign performance across multiple campaigns.
List CartsOMNISEND_LIST_CARTS
Tool to retrieve a paginated list of carts with optional filtering. Use when you need to fetch carts by date range, contact, or segment.
List CategoriesOMNISEND_LIST_CATEGORIES
Tool to retrieve a paginated list of product categories. Use when you need category IDs for product management or catalog organization.
List ContactsOMNISEND_LIST_CONTACTS
Tool to retrieve a paginated list of contacts with optional filtering. Use when you need to fetch contacts in batches and handle cursor pagination.
List EventsOMNISEND_LIST_EVENTS
Tool to retrieve all custom events created in Omnisend app. Use when you need to view available event types for automation workflows or event tracking.
List Product CategoriesOMNISEND_LIST_PRODUCT_CATEGORIES
Tool to retrieve a paginated list of product categories from the Omnisend catalog. Use when fetching category data for product organization.
List ProductsOMNISEND_LIST_PRODUCTS
Tool to retrieve a paginated list of products. Use when syncing product catalog before campaign creation.
Remove Cart ProductOMNISEND_REMOVE_CART_PRODUCT
Tool to remove a product from a cart in Omnisend. Use when you need to delete a specific product from a cart.
Replace CartOMNISEND_REPLACE_CART
Tool to replace an existing cart in Omnisend using the v3 API. Use when you need to completely replace all cart data including products, pricing, and recovery URL.
Replace Cart ProductOMNISEND_REPLACE_CART_PRODUCT
Tool to replace a product in a cart using Omnisend v3 API. Use when you need to update all details of a specific product in a cart.
Replace CategoryOMNISEND_REPLACE_CATEGORY
Tool to replace a category's title by ID. Use when you need to update an entire category resource.
Replace OrderOMNISEND_REPLACE_ORDER
Tool to completely replace an existing order in Omnisend. Use when you need to update all order details at once, replacing the entire order record.
Replace ProductOMNISEND_REPLACE_PRODUCT
Tool to replace an existing product in the Omnisend catalog. Use when you need to completely replace all product data with new information.
Send EventOMNISEND_SEND_EVENT
Tool to send a customer event to Omnisend. Events can trigger automations and track customer behavior. Use when you need to record customer interactions such as product views, cart actions, or custom events.
Update CartOMNISEND_UPDATE_CART
Tool to partially update a cart in Omnisend (v3 API). Use when you need to modify cart details such as currency, total amount, recovery URL, or products.
Update Cart ProductOMNISEND_UPDATE_CART_PRODUCT
Tool to update a product in a cart (v3 API). Use when you need to modify product details such as quantity, price, or other attributes for an existing cart item.
Update ContactOMNISEND_UPDATE_CONTACT
Tool to update fields of an existing contact by ID. Use after retrieving contact ID. PATCH https://api.omnisend.com/v3/contacts/{contactId} Example: UpdateContact(contactId="..., body={firstName: 'John'})
Update Order StatusOMNISEND_UPDATE_ORDER_STATUS
Tool to partially update an order status in Omnisend (v3 API). Use when you need to update shipping details, payment status, or fulfillment status of an existing order.
Update Product CategoryOMNISEND_UPDATE_PRODUCT_CATEGORY
Tool to update an existing product category title in Omnisend. Use when you need to modify a category's name.