If you would like to send a signature request reminder using the API please use the signer reminder endpoint. Signature request reminders can also be sent from Hellosign.com. Please see the link below for instructions on manually sending a signature request reminder using Hellosign.com.
How do I send a reminder or fresh signature link?
Finding Outstanding signature requests using the search query
To find incomplete signature requests using the search query please see the example below.
curl 'https://api.hellosign.com/v3/signature_request/list?query=complete:false'\ -u 'SIGN_IN_AND_CONFIRM_EMAIL_TO_SEE_YOUR_API_KEY_HERE:'
The API will respond with the incompleted signature requests - their associated signature IDs, and email addresses. Please see the API response below for an example.
Once you have the results please use the associated signature request ID and email address to send the signer a reminder.
curl 'https://api.hellosign.com/v3/signature_request/remind/[:signature_request_id]' \ -u 'SIGN_IN_AND_CONFIRM_EMAIL_TO_SEE_YOUR_API_KEY_HERE:' \ -F 'email_address=example@example.com'
Comments
0 comments
Article is closed for comments.