@taskmagic/apps-deftform
v0.1.1
Published
Work with [Deftform](https://deftform.com) forms — API docs: https://help.deftform.com/api/introduction
Readme
Deftform
Work with Deftform forms — API docs: https://help.deftform.com/api/introduction
List forms and their fields, read responses (complete or partial), submit responses with one
input per answerable form field, fetch a response PDF, and trigger flows on new
responses. Authentication uses an access token from Settings → API
(deftform.com/settings/api), sent as
Authorization: Bearer <token>.
Create Response builds its inputs from the form itself: presentation-only fields (headings, dividers, page breaks) and unsupported ones (signatures, file uploads) are skipped, each input inherits the form's own required flag, and choice fields — including Deftform's array-valued multiple-choice checkbox — render as dropdowns rather than collapsing to a true/false toggle.
No custom API call action: the shared helper accepts an absolute URL and merges the connection's auth headers into it, which would let a user-entered address receive the Deftform token.
