Having trouble trying to send with a template
When I make the request to the createdocument endpoint with my template ID, the response I get is "At least one recipient should be assigned the "Needs to Sign" action""
I was hoping to create the templates using the web interface and then use code to request signatures when a webhook is called. I looked at another topic here in this forum and someone was told they need to provide an action ID, and I'm unsure where I am to get the action ID from when I am adding recipients to this template via the API. The action ID is also referenced in this documentation
https://www.zoho.com/sign/api/template-managment/send-documents-using-template.html - is this a process that requires 2 API calls?
When I go to the "#/devspace/templatedetails" section of the developer site, I can choose the template, and it tells me the ID, but it tells me to send this data, which is definitely not correct (it's all empty)
- {
- "templates": {
- "field_data": {
- "field_text_data": {},
- "field_boolean_data": {},
- "field_date_data": {},
- "field_radio_data": {},
- "field_checkboxgroup_data": {}
- },
- "actions": [],
- "notes": ""
- }
- }
My hope is to get this API working asap so that I can tell my client to purchase ZohoSign to replace their existing service, but this part has got me confused.
Thank you for any help you can provide!