Input

Envelope ID
string
required

The ID of the envelope to which the recipient will be added.

Recipient Type
string
required

The type of the recipient. For now, the only recipient type is signer.

Recipient Name
string
required

The name of the recipient.

Recipient Email
string
required

The email address of the recipient.

Recipient Key
string
required

A user-provided key that identifies a recipient within an envelope.

It must be up to 32 alphanumeric, lowercase characters and must start with a letter. For example: buyer, employee, party2 are valid recipient keys.

Output

Recipient ID
string

The ID of the recipient.

Recipient Name
string

The name of the recipient.

Recipient Email
string

The email address of the recipient.

Recipient Key
string

A user-provided key that identifies a recipient within an envelope.

Recipient Status
string

The current status of the recipient.

Available options are pending, sent, completed, rejected, soft_bounced, hard_bounced, failed, and replaced.

Recipient Completed At
string

Time at which the envelope was completed by the recipient, in ISO 8601 format.