I am passing a json file from salesmate into Zapier, and from Zapier I am passing those variables into docusign to auto populate a contract. some of the fileds like "company" and "email" are assigned correctly. however, I am unable to make custom assignments to specific fields. Does anyone have any experience or suggestions linking zapier to docusign or hellosign or any contract software?
{
"title": "{{Task.title}}",
"qty_of_units": "{{Task.textCustomField1}}",
"term_of_rental": "{{Task.textCustomField2}}",
"total_no_of_rental_payments": "{{Task.textCustomField3}}",
"amount_of_each_payment": "{{Task.textCustomField4}}",
"primaryContact": "{{Contact.name}}",
"primaryCompany": "{{Company.name}}",
"email": "{{Contact.email}}"
}