Skip to main content
POST
Create and send an eForm from a template

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Body

templateId
integer<int32>
entityKey
string<uuid> | null
recipientName
string | null
recipientEmail
string | null
recipientMobile
string | null
mute
boolean

Response

OK

formKey
string<uuid>
accessUrl
string | null
emailSent
boolean
sent
boolean