Resend request mail
POST/resendmail
Resend request mail to user for signing document.
Request
- application/json
Body
required
provide user mail from signers to re-send request mail.
Custom signature request email subject in text/html format. Can include following variables {{document_title}} {{sender_name}}, {{sender_mail}}, {{sender_phone}}, {{receiver_name}}, {{receiver_email}}, {{receiver_phone}}, {{expiry_date}}, {{company_name}}, {{signing_url}}.
Custom signature request email body in text/html format. Can include following variables {{document_title}} {{sender_name}}, {{sender_mail}}, {{sender_phone}}, {{receiver_name}}, {{receiver_email}}, {{receiver_phone}}, {{expiry_date}}, {{company_name}}, {{signing_url}}.
Responses
- 200
- 400
- 404
- 405
- application/json
- Schema
- Example (from schema)
Schema
{
"result": "mail sent successfully."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Something went wrong."
}
-
document not found if document id is not correct.
-
user not found if provided user email is not present in signer list of document
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "document not found or user not found."
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid API token!"
}