0

"When using the HelloSign API I'm getting ""This SignatureRequest will be placed on hold until the user confirms their email address"" when I send a signature request as part of the response:

""warnings"":[{""warning_msg"":""This SignatureRequest will be placed on hold until the user confirms their email address."",""warning_name"":""unconfirmed""}

What does this mean and how do I fix it?

My request looks like this:

curl -u ""[my api key]:"" 'https://api.hellosign.com/v3/signature_request/send' -F ""file[0]=@doc.pdf"" -F 'title=One Signer' -F 'message=Please sign this document.' -F 'signers[1][email_address]=person@example.com' -F 'signers[1][name]=John Doe' -F 'test_mode=1'"

4

1 回答 1

0

这仅表示您用于发送请求的帐户未得到确认(即,您尚未使用 HelloSign 发送给您的电子邮件激活您的帐户)。检查您的电子邮件以获取激活链接,或尝试登录 HelloSign 网站并在那里发送签名请求。我相信这会向您发送另一封激活电子邮件。

HelloSign 这样做是为了验证您是否确实拥有该电子邮件地址。这就是他们能够遵守关于通过电子邮件地址识别用户的电子签名法律的方式。

于 2014-08-01T16:36:52.963 回答