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": "jsmith@example.com", "name": "<string>" } ] }'
{ "message": "<string>", "pdf_id": "<string>", "recipients": [ "jsmith@example.com" ] }
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
Successfully created message from template
Response data
Status message
Identifier of the created PDF
List of recipient email addresses