Add Customer in Books on Creator Form Submit Params
Hi guys,
Were integrating a creator app with books however what were doing is adding a books customer on submit of creator form.
We have some parameters but some fields aren't coping, All were seeing is the contact name in books,.
Any help of the params for this would be great. below is a sample of the script...
response = zoho.books.createRecord("contacts", "XXXXXXXXX", { "contact_name" : input.Name, "address" : input.Email });