Sequences
Create sequence blueprint
Create a manual outreach sequence blueprint for a sourcing.
POST
Create sequence blueprint
First time? Set up Authentication
Learn how to authenticate your API requests with your API key.
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 insteps must be an object with this shape:
Allowed
linkedInType values:
LINKEDIN_INVITATIONLINKEDIN_INVITATION_WITH_MESSAGELINKEDIN_MESSAGELINKEDIN_INMAIL
LINKEDIN_INVITATION or LINKEDIN_INVITATION_WITH_MESSAGE.
Supported template variables
Only these variables are supported incontent 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
Whensuccess is true, data contains:
blueprintId— identifier for the created sequence blueprintname— blueprint display namesourcingId— sourcing the blueprint belongs to
Errors
Create sequence blueprint

