Skip to main content
Glama

Omnisend MCP Server

updateContact

Modify contact details in Omnisend, including subscription status, personal information, and custom properties. Ensure accurate and up-to-date data for effective marketing workflows.

Instructions

Update an existing contact's information. Can modify subscription status, personal details, and custom properties.

Input Schema

NameRequiredDescriptionDefault
contactDataYesContact data
contactIdYesContact ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactData": { "additionalProperties": true, "description": "Contact data", "properties": {}, "type": "object" }, "contactId": { "description": "Contact ID", "type": "string" } }, "required": [ "contactId", "contactData" ], "type": "object" }

You must be authenticated.

Other Tools from Omnisend MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/plutzilla/omnisend-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server