One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Shubham_Tyagi123
3 years agoExplorer | Level 3
I got an error
Hello,
I got an error when I give the signer as participants. Code and error screenshots are given below:
This is code:
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.helloworks.com/v3/workflow_instances/preview",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 60,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => "document_delivery=true&workflow_id=".$value->workflow_guid."&participants=signer",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer ".$token."",
"accept: application/json",
"content-type: application/x-www-form-urlencoded"
],
]);
and error screenshot:
Please help me to solve these errors.
- Greg-DB
Dropbox Staff
It sounds like you're having trouble with the Sign API, so you can reach the right people for help using this page: https://faq.hellosign.com/hc/en-us/requests/new
About Discuss Dropbox Developer & API
Make connections with other developers804 PostsLatest Activity: 4 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!