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.