Skip to main content
Updates an existing sequence blueprint in the authenticated MCP workspace. Send at least one of name, steps, or config.

Input

Step shape

Each item in steps must include: Allowed linkedInType values are LINKEDIN_INVITATION, LINKEDIN_INVITATION_WITH_MESSAGE, LINKEDIN_MESSAGE, and LINKEDIN_INMAIL. Only one invite step is allowed per blueprint.

Supported template variables

Only these variables are supported in content and subject: Do not invent variables. Unknown variables such as {{firstName}}, {{company}}, or {{job}} are rejected. Do not use unresolved bracket placeholders such as [company], [specific project or stack], [one-pager link], or [1 detail to add] in content or subject. Replace them with real text, remove that part of the sentence, or ask the user for the missing detail before calling update_sequence_blueprint.

Example input

Output

JSON block with success: true and data: blueprintId, name, and sourcingId.

Errors

session not found, Not found, or a human-readable validation message when the blueprint cannot be updated.