cURL
curl --request POST \ --url https://api.useinkless.com/createFromTemplate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "templateId": "<string>", "recipients": [ { "email": "[email protected]", "name": "<string>" } ], "emailSubject": "<string>" } '
{ "message": "<string>", "pdf_id": "<string>", "recipients": [ "[email protected]" ] }
Sends a message using a predefined template to one or more recipients. We recommend selecting ‘Auto-release signatures when complete’ when creating your template on Inkless.
ID of the template to use
List of recipient objects
Show child attributes
Email address of the recipient
Name of the recipient
Optional custom subject for the email sent to recipients.
Successfully created message from template
Response data
Status message
Identifier of the created PDF
List of recipient email addresses