import { TemplateCreateDocumentFromTemplateRequestBody } from "@documenso/sdk-typescript/models/operations";
let value: TemplateCreateDocumentFromTemplateRequestBody = {
templateId: 3830.66,
recipients: [
{
id: 3931.22,
email: "[email protected]",
},
],
};
Field | Type | Required | Description |
---|---|---|---|
templateId |
number | ✔️ | N/A |
recipients |
operations.TemplateCreateDocumentFromTemplateRecipients[] | ✔️ | The information of the recipients to create the document with. |
distributeDocument |
boolean | ➖ | Whether to create the document as pending and distribute it to recipients. |
customDocumentDataId |
string | ➖ | The data ID of an alternative PDF to use when creating the document. If not provided, the PDF attached to the template will be used. |