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.
successful operation
failed_operation
{- "email_address": "john@example.com"
}
{- "signature_request": {
- "signature_request_id": "2f9781e1a8e2045224d808c153c2e1d3df6f8f2f",
- "title": "ok",
- "original_title": "ok",
- "subject": "ok",
- "metadata": { },
- "message": null,
- "created_at": 1570471067,
- "is_complete": false,
- "is_declined": false,
- "has_error": false,
- "custom_fields": [ ],
- "response_data": [ ],
- "signing_redirect_url": null,
- "requester_email_address": "me@dropboxsign.com",
- "signatures": [
- {
- "signature_id": "5687fb7bd5aaacb1689728762b600c74",
- "signer_email_address": "john@example.com",
- "signer_name": "John Doe",
- "order": 0,
- "status_code": "awaiting_signature",
- "signed_at": null,
- "last_viewed_at": null,
- "last_reminded_at": 1346616433,
- "has_pin": false,
- "has_sms_auth": false
}
], - "cc_email_addresses": [ ]
}
}