I'm creating an order form that allows clients to submit requests for new products or changes to their existing ones, modelled after the Sales Order module in the CRM. When a record is submitted I want to generate a PDF using the record template I've created and upload it to Zoho Sign to be sent for signing, all through Deluge. Zoho Sign isn't a problem, however I can't see in Deluge if it is possible to generate the PDF through a URL. The documentation
here provides a URL but it seems to be only usable when triggering from a custom action in the report, as there's no parameter to define the template to be used.