create_recipient
Store a recipient in your account to obtain a recipientId for envelope references. Emails are not unique, so list existing recipients first when reuse is intended.
Instructions
Store a recipient in your account so envelopes can reference them by recipientId. Emails are not unique; every call creates a new recipient, so use list_recipients first when reuse is intended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Recipient display name | |
| Yes | Recipient email address. Stored lowercased and cannot be changed later | ||
| metadata | No | Custom metadata to attach |