Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_users_sequence_templates

Retrieve saved email sequence templates for a specific user within their team to use when creating new campaigns.

Instructions

Get User's Sequence Templates

This action retrieves all sequence templates (saved sequences) from a user who is a part of certain team. You can use the returned sequence template IDs in the "Create Campaign From A Sequence Template" endpoint.

Args: user_id: ID of the user whose saved sequences to retrieve team_id: ID of the team that the user is part of

Returns: List of saved sequence templates with IDs

Input Schema

NameRequiredDescriptionDefault
user_idYes
team_idYes

Input Schema (JSON Schema)

{ "properties": { "team_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "team_id" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

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/vanman2024/multilead-mcp'

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