---
title: "Republishes Connect information for multiple envelopes."
method: PUT
path: "/v2.1/accounts/{accountId}/connect/envelopes/retry_queue"
tags: ["ConnectEvents"]
---

# Republishes Connect information for multiple envelopes.

`PUT /v2.1/accounts/{accountId}/connect/envelopes/retry_queue`

Republishes Connect information for the  specified set of envelopes.

<ds-inlinemessage>
To use this method, you must be an account administrator
and Connect must be enabled on your account.
</ds-inlinemessage>


The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [Connect::listEventLogs](/docs/esign-rest-api/reference/connect/connectevents/list/) retrieve the failure log.

## Path parameters

- `accountId` string, required

## Request body

- ConnectFailureFilter — A list of failed envelope IDs to retry.
  - `envelopeIds` string[] — An array of envelope GUIDs. Example: `93be49ab-xxxx-xxxx-xxxx-f752070d71ec`
  - `synchronous` string — Must be **false.** Setting this property to any other value will result in errors.

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
