curl --request GET \
--url https://api.open.cx/sequences/{sequence_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"custom_id": "<string>",
"filter": {
"or": [
{
"and": [
{
"type": "all_contacts"
}
]
}
]
},
"steps": [
{
"action": {
"type": "send_emails",
"data": {
"from_email": "<string>",
"email_subject": "<string>",
"email_body": "<string>",
"email_sender_name": "<string>",
"email_is_transactional": true
}
},
"delay_in_minutes": 1,
"started_at": "<string>",
"ended_at": "<string>"
}
],
"is_continuous": true,
"started_at": "<string>",
"canceled_at": "<string>",
"ended_at": "<string>",
"status": "pending"
}curl --request GET \
--url https://api.open.cx/sequences/{sequence_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"custom_id": "<string>",
"filter": {
"or": [
{
"and": [
{
"type": "all_contacts"
}
]
}
]
},
"steps": [
{
"action": {
"type": "send_emails",
"data": {
"from_email": "<string>",
"email_subject": "<string>",
"email_body": "<string>",
"email_sender_name": "<string>",
"email_is_transactional": true
}
},
"delay_in_minutes": 1,
"started_at": "<string>",
"ended_at": "<string>"
}
],
"is_continuous": true,
"started_at": "<string>",
"canceled_at": "<string>",
"ended_at": "<string>",
"status": "pending"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID or custom ID for the sequence
50A combination of contact filters. All filters within and arrays must apply to a contact in order for the contact to be included. On the other hand, only one of the filters within the or array must apply for the contact to be included. If no filter is provided, all contacts will be included.
Show child attributes
Show child attributes
Show child attributes
send_emails x >= 0pending, complete, canceled, active Was this page helpful?