Skip to main content
Glama

Sitecore Send

unsubscribe_subscriber

Remove a subscriber from a mailing list by specifying the list ID and their email address using the designated API tool.

Instructions

Unsubscribe subscriber from a mailing list

Input Schema

NameRequiredDescriptionDefault
emailYesEmail of the subscriber
listIdYesId of the mailing list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "Email of the subscriber", "format": "email", "type": "string" }, "listId": { "description": "Id of the mailing list", "format": "uuid", "type": "string" } }, "required": [ "listId", "email" ], "type": "object" }

You must be authenticated.

Other Tools from Sitecore Send

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/izharikov/send-mcp'

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