"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'"