# Continue automation for a contact

Resume a paused automation for a specific contact. The contact will continue from where they were paused in the automation sequence.

Endpoint: PUT /flows/api/tasks/continue-automation
Version: 2.0.0
Security: bearerAuth

## Request fields (application/json):

  - `lead_uuid` (string, required)
    UUID of the contact to resume.

## Response 422 fields (application/json):

  - `error` (object)

  - `error.reason` (string)
    Machine-readable error code: `validation_error`, `bad_request`, `auth_exception`, `access_denied`, `payment_required`.
    Example: validation_error

  - `error.message` (string)
    Example: The name field is required.

  - `message` (string)
    Example: The given data was invalid.

  - `code` (integer)
    Example: 422

