get_flow
Retrieve specific marketing automation flow details by ID using the Klaviyo MCP Server for streamlined campaign management and data access.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the flow to retrieve |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "ID of the flow to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}