v1
latestOpenAPI 3.1.02026-07-14220425.8 KBSubmissions
Create submissions from emails
This API endpoint allows you to create submissions for a document template and send them to the specified email addresses. This is a simplified version of the POST /submissions API to be used with Zapier or other automation tools.
post/submissions/emails
Request body
Example request
{
"template_id": 1000001,
"emails": "{{emails}}"
}Response
OK