# POST /signing/envelopes/:envelope_id/resend

**Resource:** [Signing](./signing.md)  
**MCP tool:** `resend_signing_envelope`  
**Scopes:** `signing:send`  
**Write operation:** yes

Resend a signing envelope (re-deliver the request to pending signers).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `envelope_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/signing/envelopes/:envelope_id/resend"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`