Skip to main content
PATCH
/
sequences
/
{id}
/
steps
/
{step_id}
Update a sequence step
curl --request PATCH \
  --url https://api.reply.io/v3/sequences/{id}/steps/{step_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "type": "<string>",
  "delayInMinutes": 1,
  "executionMode": "Automatic",
  "templates": [
    {
      "id": 123,
      "subject": "<string>",
      "body": "<string>",
      "templateId": 123
    }
  ]
}'
{
  "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

step_id
integer
required

Step Id

Body

application/json
  • 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

A step in a sequence with its associated template based on the step type Email step with template configuration

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

Response

Sequence step updated 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

A step in a sequence with its associated template based on the step type Email step with template configuration

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