// Example response for GET request to https://api.hubapi.com/automation/v4/sequences/{sequenceId}?userId={userId}
{
"id": "123456789",
"name": "Melinda's simple call sequence",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z",
"userId": "8698664",
"steps": [
{
"id": "198771535",
"stepOrder": 0,
"delayMillis": 0,
"actionType": "TASK",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z",
"taskPattern": {
"id": "23594004",
"taskType": "CALL",
"taskPriority": "LOW",
"subject": "Call contact to follow up",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z"
}
},
{
"id": "198771536",
"stepOrder": 1,
"delayMillis": 86400000,
"actionType": "TASK",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z",
"taskPattern": {
"id": "23594005",
"taskType": "EMAIL",
"taskPriority": "LOW",
"subject": "Send follow-up email",
"notes": "<p>Send an email to thank them for their time and follow up. Use one of our templates based on the call outcome.</p>",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z"
}
},
{
"id": "198771537",
"stepOrder": 2,
"delayMillis": 0,
"actionType": "FINISH_ENROLLMENT",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z"
}
],
"settings": {
"id": "18167737",
"eligibleFollowUpDays": "BUSINESS_DAYS",
"sellingStrategy": "LEAD_BASED",
"sendWindowStartMinute": 480,
"sendWindowEndMinute": 1080,
"taskReminderMinute": 480,
"individualTaskRemindersEnabled": false,
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z"
},
"dependencies": [
{
"id": "15241774",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z",
"dependencyType": "TASK_COMPLETION",
"requiredBySequenceStepId": "198771536",
"reliesOnSequenceStepId": "198771535",
"requiredByStepOrder": 1,
"reliesOnStepOrder": 0
},
{
"id": "15241775",
"createdAt": "2024-06-26T18:37:01.146Z",
"updatedAt": "2024-06-26T18:37:01.146Z",
"dependencyType": "TASK_COMPLETION",
"requiredBySequenceStepId": "198771537",
"reliesOnSequenceStepId": "198771536",
"requiredByStepOrder": 2,
"reliesOnStepOrder": 1
}
]
}