Skip to main content
POST
Create sequence blueprint

First time? Set up Authentication

Learn how to authenticate your API requests with your API key.
Creates a manual sequence blueprint attached to a sourcing in your workspace. You can create it empty and add steps later, or provide the full steps array immediately.

Path parameters

string
required
The sourcing id returned by Create sourcing.

Request body

string
required
Display name for the sequence blueprint.
array
Optional ordered outreach steps. See Step format.
object
Optional sequence-level configuration.

Step format

Each item in steps must be an object with this shape: Allowed linkedInType values:
  • LINKEDIN_INVITATION
  • LINKEDIN_INVITATION_WITH_MESSAGE
  • LINKEDIN_MESSAGE
  • LINKEDIN_INMAIL
Only one invite step is allowed per blueprint: either LINKEDIN_INVITATION or LINKEDIN_INVITATION_WITH_MESSAGE.

Supported template variables

Only these variables are supported in content and subject: Unknown variables such as {{firstName}}, {{company}}, or {{job}} are rejected with validation_error. 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 creating the blueprint. Payloads containing bracket placeholders are rejected with validation_error.

Example with steps

Response

When success is true, data contains:
  • blueprintId — identifier for the created sequence blueprint
  • name — blueprint display name
  • sourcingId — sourcing the blueprint belongs to

Errors