Forum Discussion

Shubham_Tyagi123's avatar
Shubham_Tyagi123
Explorer | Level 3
3 years ago

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.

 

 

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers804 PostsLatest Activity: 4 days ago
217 Following

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!