Send Request Reminder
POST https://api.hellosign.com/v3/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.
Additional information can be found here.
Request Body
[{"name"=>"email_address", "value"=>"alice@example.com", "datatype"=>"string"}, {"name"=>"name", "value"=>"Alice", "datatype"=>"string"}]