Skip to main content
An eForm is one send of a template to a stored client or an ad-hoc recipient. Create it with POST /api/v1/eforms/send. Sending requires write access and enough subscription or wallet balance. Set mute: true to skip email and deliver accessUrl yourself. See Send an eForm.

Attributes

uuid
Identifier for this sent form instance.
integer
Template id from GET /api/v1/eforms/templates (returned there as formTemplateId).
uuid
Present when the form was sent to a stored client. Omitted for ad-hoc recipients.
string
Client-facing URL for completing the form.
boolean
Whether OnboardMe queued an email for this send.
boolean
false means email failed and the form was left as a draft. You still receive formKey.
Subscribe to eform.submitted with webhooks.