Ir al contenido

Agregar step a la secuencia

POST
/v1/bulk/sequences/{id}/steps
curl --request POST \
--url https://api.mailerdash.com/v1/bulk/sequences/example/steps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "position": 1, "offset_seconds": 1, "subject": "example", "html": "example", "body_text": "example", "from_email": "example", "from_name": "example", "reply_to": "example", "template_id": "example" }'
id
required
string
Media type application/json
object
position
required
integer
offset_seconds
required
integer
subject
string
html
string
body_text
string
from_email
string
from_name
string
reply_to
string
template_id
string
Example generated
{
"position": 1,
"offset_seconds": 1,
"subject": "example",
"html": "example",
"body_text": "example",
"from_email": "example",
"from_name": "example",
"reply_to": "example",
"template_id": "example"
}

Creado

Media type application/json
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 generated
{
"id": 1,
"sequence_id": "example",
"position": 1,
"offset_seconds": 1,
"subject": "example",
"html": "example",
"body_text": "example",
"from_email": "example",
"from_name": "example",
"reply_to": "example",
"template_id": "example"
}

Validacion

Dominio del from_email no autorizado

Secuencia no encontrada