Skip to main content
GET
/
sequences
/
{id}
/
steps
List all sequence steps
curl --request GET \
  --url https://api.reply.io/v3/sequences/{id}/steps \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 123,
    "type": "<string>",
    "delayInMinutes": 1,
    "executionMode": "Automatic",
    "templates": [
      {
        "id": 123,
        "subject": "<string>",
        "body": "<string>",
        "templateId": 123
      }
    ]
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence Id

Response

List of sequence steps retrieved successfully

  • Email
  • LinkedIn Message
  • LinkedIn Connect
  • LinkedIn InMail
  • LinkedIn View Profile
  • LinkedIn Endorse Skills
  • LinkedIn Voice Message
  • LinkedIn Like Recent Posts
  • LinkedIn Follow Profile
  • Call
  • SMS
  • WhatsApp
  • Zapier
  • Task
type
string
required

Step type discriminator

Allowed value: "Email"
delayInMinutes
integer
required

Delay in minutes before executing this step

Required range: x >= 0
executionMode
enum<string>
required

Execution mode for the email step

Available options:
Automatic,
Manual
templates
Email Variant · object[]
required

Array of email templates/variants

id
integer

Unique identifier for the step