Ir al contenido

Pausar la suscripcion

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

Suscripcion pausada

Media type application/json

Suscripción de un contacto a una secuencia drip (row de sequence_subscriptions)

object
id
integer
sequence_id
string
key_id
string
contact_email
string
started_at
string format: date-time
current_step
integer
next_send_at
string format: date-time
nullable
status
string
Allowed values: active paused completed cancelled unsubscribed bounced failed
variables_json

JSON string con variables de personalización

string
retry_count
integer
last_sent_at
string format: date-time
nullable
completed_at
string format: date-time
nullable
cancelled_at
string format: date-time
nullable
cancel_reason
string
nullable
created_at
string format: date-time
updated_at
string format: date-time
Example
{
"status": "active"
}

No encontrado