Skip to main content
Glama

Sitecore Send

get_subscriber_by_email

Retrieve subscriber details by email from a specific mailing list using the Sitecore Send MCP Server. Input list ID and email to fetch targeted information.

Instructions

Get subscriber by email

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