Skip to main content
Glama

Klaviyo MCP Server

create_webhook

Set up a webhook on the Klaviyo MCP Server by specifying a URL endpoint and events to subscribe to, enabling automated real-time data updates.

Input Schema

NameRequiredDescriptionDefault
endpointYesURL endpoint for the webhook
eventsYesEvents to subscribe to
profile_idNoProfile ID for authentication

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "URL endpoint for the webhook", "format": "uri", "type": "string" }, "events": { "description": "Events to subscribe to", "items": { "type": "string" }, "type": "array" }, "profile_id": { "description": "Profile ID for authentication", "type": "string" } }, "required": [ "endpoint", "events" ], "type": "object" }

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/ivan-rivera-projects/Klaviyo-MCP-Server-Enhanced'

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