Skip to main content
The Forms client does not require API credentials. Forms are identified by a UUID that you obtain from the Paubox dashboard.

Creating a client

Optional configuration is available via FormsOption values:

Get a form

Retrieve a form’s metadata, field schema, and rendered HTML/CSS:
The Form struct includes:

Submit a form

Submitting with file attachments

Attach files by base64-encoding their content:
The FormAttachment struct: