Send Request Reminder

post/signature_request/remind/{signature_request_id}

Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders.

NOTE: This action can not be used with embedded signature requests.

Securityapi_key or oauth2
Request
path Parameters
signature_request_id
required
string

The id of the SignatureRequest to send a reminder for.

Example: fa5c8a0b0f492d768749333ad6fcc214c111e967
Request Body schema: application/json
email_address
required
string <email>

The email address of the signer to send a reminder to.

name
string

The name of the signer to send a reminder to. Include if two or more signers share an email address.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "email_address": "john@example.com"
}
Response samples
application/json
{
  • "signature_request": {
    }
}