Omnisend is a marketing automation platform for ecommerce businesses, focusing on email and SMS marketing.
https://api.mcp.ai/p_omnisend
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
Tool to create or update a contact in omnisend. use after collecting subscriber details.
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.
Tool to retrieve information about a specific batch by id. use after submitting a batch when you need a detailed status and counts.
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.
Tool to retrieve a list of batch operations. use after initiating a batch job to monitor its progress and results.
Tool to retrieve details of a single contact by id. use when you already have a contactid and need the full profile.
Tool to retrieve a paginated list of contacts with optional filtering. use when you need to fetch contacts in batches and handle cursor pagination.
Tool to retrieve a paginated list of products. use when syncing product catalog before campaign creation.
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: 'joh
机器可读文档:将此服务器接入智能体或通过 REST 调用。
Markdown:通过 MCP 或直接 REST API 使用。
可供智能体读取的服务器规范。
安装提示词——粘贴到 Claude、ChatGPT、Cursor 或任意 MCP 智能体,它会自动完成连接。
将 REST API 导入 Postman。
启用此服务器后,你可以向智能体提出的真实请求。
Use Omnisend to help me with a task.