POST
/
sequences
/
{id}
/
steps
/
{step_id}
/
enable
Enable a sequence step variant
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/enable \
  --header 'X-API-Key: <api-key>'
[
  {
    "stepId": 42744,
    "emailVariants": [
      {
        "variantId": 97765,
        "isEnabled": true
      }
    ]
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string
required

Sequence Id

step_id
string
required

Step Id

Response

Sequence step variant enabled successfully

stepId
integer

Unique identifier for the sequence step

Example:

42744

emailVariants
object[]

List of email variants associated with the step