What is action_id?

What is action_id?

I am trying to integrate between Zoho Creator and Zoho Sign. 

I am facing an issue
 when running the code it shows the error: 

{"code":9008,"error_param":"action_id","message":"action_id occurs less than minimum occurance of 1","status":"failure"}

I want to know what is action_id in details. 
I have commented the action_id in my code because I don't understand what it is.

void Test(string Price,string Amount,string Total,string Customer_Name,string Email)
{
actionMap =Map();
fieldTextData = Map();
fieldTextData.put("Price",input.Price);
fieldTextData.put("Amount",input.Amount);
fieldTextData.put("Total",input.Total);
actionMap.put("field_data",{"field_text_data":fieldTextData});
eachActionMap1 = Map();
eachActionMap1.put("recipient_name",input.Customer_Name);
eachActionMap1.put("recipient_email",input.Email);
eachActionMap1.put("action_type","SIGN");
//eachActionMap1.put("action_id","32076000000002014");
eachActionMap1.put("role","Customer");
eachActionMap1.put("verify_recipient","false");
fieldList = List();
fieldList.add(eachActionMap1);
actionMap.put("actions",fieldList);
submitMap = Map();
submitMap.put("templates",actionMap);
parameters =Map();
parameters.put("is_quicksend","true");
parameters.put("data",submitMap);
response= zoho.sign.createUsingTemplate(56213000000006001, parameters);
info response ;
}



      • Sticky Posts

      • Free webinar: The critical role of electronic signatures in HR

        Hello everyone, Businesses and organizations have started implementing electronic signatures across departments, and human resources is no exception. Employee and employer signatures are crucial in HR processes, as they serve as an acknowledgment of critical
      • Zoho Sign: Product updates - Mid - 2024

        Hello, everyone! We've crossed the halfway point in 2024, and here's what Zoho Sign has been up to lately. We've been part of several Zoho User Groups, and we've started creating video content for our developers. Along with this, we have once again been