> ## 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.

# Send an offer

> Send a draft employment offer to the recipient.

Send a draft offer to the recipient email on the offer. This creates durable
delivery evidence and returns the updated [Offer object](/reference/offers/object)
with the latest delivery status.

Use an `Idempotency-Key` header when retrying send requests. See
[Idempotency](/reference/idempotency).

### Parameters

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

<ParamField body="expires" type="string">
  Offer expiration timestamp.
</ParamField>

### Returns

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