> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend an offer

> Send another delivery email for an offer.

Resend an already sent offer to the recipient email on the offer. This records
another delivery attempt and updates the offer's delivery summary.

Each new resend request intentionally creates another delivery attempt. When
retrying the same resend request after a timeout, reuse the same
`Idempotency-Key` so Plane returns the saved result instead of creating another
delivery. Use [Send an offer](/reference/offers/send) for retry-safe initial
delivery.

### Parameters

<ParamField path="id" type="string" required>
  ID of the offer.
</ParamField>

### Returns

Returns the updated [Offer object](/reference/offers/object).
