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.
Successfully created message from template
Response data