v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Subscribers

Update Automation Attempt

Update the status of an automation attempt for a subscriber

patch/subscribers/{id_or_email}/automations/{automation_attempt_id}

Path parameters

id_or_emailstring required
automation_attempt_idstring required

Request body

status'skipped' required

The status to set for the automation attempt. Only 'skipped' is allowed.

Response

OK

idstring required

The ID of this automation attempt.

namestring required

The name of the automation that was triggered.

status'unprocessed' | 'processed' | 'failed' | 'pending' | 'skipped' required

An enumeration.

automation_idstring required

The ID of the automation that was triggered.

execution_datestring date-time required

When the automation attempt is scheduled to execute (or executed).

actionsobject[] required

The resolved actions the automation will take for this subscriber.