Klaviyo MCP Server

create_profile

Create customer profiles in Klaviyo by entering email, phone number, external ID, first name, last name, and additional properties via the MCP server for targeted marketing automation.

Input Schema

NameRequiredDescriptionDefault
emailNoEmail address of the profile
external_idNoExternal ID for the profile
first_nameNoFirst name of the profile
last_nameNoLast name of the profile
phone_numberNoPhone number of the profile
propertiesNoAdditional properties for the profile

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "Email address of the profile", "format": "email", "type": "string" }, "external_id": { "description": "External ID for the profile", "type": "string" }, "first_name": { "description": "First name of the profile", "type": "string" }, "last_name": { "description": "Last name of the profile", "type": "string" }, "phone_number": { "description": "Phone number of the profile", "type": "string" }, "properties": { "additionalProperties": {}, "description": "Additional properties for the profile", "type": "object" } }, "type": "object" }
ID: l2ix14vt60