How can we send a record template in a new CRM record as attachment?
When I submit a form I would like with the zoho.crm.createRecord to create a new record which will predefine some fields in CRM (using Map).
We are OK until now...
Is it possible to add a PDF (record template) in the zoho.crm.createRecord so when the new record is created at the same time to have in the Attachments the record template PDF?
I think that I can add this attachment by using the zoho.crm.attachfile function.
If anyone knows the process it will be helpful to tell me how can I implement it.