Ir al contenido

Obtener secuencia (con steps)

GET
/v1/bulk/sequences/{id}
curl --request GET \
--url https://api.mailerdash.com/v1/bulk/sequences/example \
--header 'Authorization: Bearer <token>'
id
required
string

Secuencia con sus steps

Media type application/json
object
id
string
key_id
string
name
string
status
string
Allowed values: draft active archived
created_at
string
updated_at
string
steps
Array<object>
object
id
integer
sequence_id
string
position
integer
offset_seconds
integer
subject
string
nullable
html
string
nullable
body_text
string
nullable
from_email
string
nullable
from_name
string
nullable
reply_to
string
nullable
template_id
string
nullable
Example
{
"status": "draft"
}

No encontrada