Skip to main content
POST
/
sequences
/
create-from-template
Create a sequence from a template
curl --request POST \
  --url https://api.reply.io/v3/sequences/create-from-template \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "templateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sequenceFolderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "id": 12345,
  "teamId": 100,
  "ownerId": 42,
  "name": "Sales Outreach",
  "created": "2024-03-08T10:00:00+00:00",
  "status": "Active",
  "isArchived": false
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json
templateId
string<uuid>
required

Template Id to create the sequence from

sequenceFolderId
string<uuid> | null

Optional folder Id to place the new sequence in

Response

Sequence created from template successfully

id
integer
required

Unique identifier for the sequence

teamId
integer
required

Identifier of the team that owns the sequence

ownerId
integer
required

Identifier of the user who owns the sequence

name
string
required

Name of the sequence

created
string<date-time>
required

Sequence creation timestamp with timezone offset

status
enum<string>
required

Current status of the sequence

Available options:
New,
Active,
Paused,
Archived
isArchived
boolean
required

Indicates if the sequence is archived