How to generate a document from a template
This recipe shows you how to generate a document from an Inkit template and a set of merge parameters that you provide.
IN THIS RECIPE
- Overview
- Import Inkit SDK
- Import JSON package
How to generate a document from a template
This recipe shows you how to generate a document from an Inkit template and a set of merge parameters that you provide.
11 Steps
How to create an Inkit webhook listener
This recipe shows you to process Inkit events on your server using Python and Flask. It requires Python 3.10 or greater.
13 Steps
How to iterate through a list of documents
This recipe shows you how to iterate through a list of documents returned from Document.list().
11 Steps
How to generate a document from a Salesforce Apex trigger
This recipe shows you how to generate a document from a Salesforce Apex trigger when the Stage Name of an Opportunity record is set to "Proposal/Price Quote."
10 Steps