sequences
Get sequence step variants
get/v1/sequences/{sequenceId}/steps/{stepId}
Path parameters
sequenceIdstring required
The ID of the sequence
stepIdstring required
The ID of the step
Response
Sequence step variants fetched successfully
Example response
[
{
"id": "MAwgmlAKaN",
"payload": {
"content": "<div><span style=\"font-family: sans-serif; font-size: 13px;\">Sample email content</span></div>",
"preheader": "Sample preheader",
"subject": "Sample email subject",
"connectionNote": "LinkedIn Connection Note",
"message": "Sample LinkedIn InMail message",
"title": "Sample Custom Title",
"action": {
"url": "https://example.com",
"name": "Visit Example Website"
}
},
"status": 1,
"type": 1,
"executionType": 1,
"stepStatus": 1
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.