Documentation Index
Fetch the complete documentation index at: https://docs.formitto.com/llms.txt
Use this file to discover all available pages before exploring further.
@formitto/sdk is the official TypeScript client. It’s generated from the same
OpenAPI spec that powers the API reference, so it
always matches the live API, and it bundles a webhook signature verifier.
Install
Quickstart
Instantiate the client with your API key, then call the resource namespaces:Ingesting submissions
Pass anidempotencyKey to safely retry without creating duplicates (see
Submissions):
Verifying webhooks
The SDK bundles a constant-time signature verifier — no extra dependency:Resource namespaces
| Namespace | Methods |
|---|---|
forms | listForms, getForm, createForm, updateForm, archiveForm |
submissions | listFormSubmissions, getSubmission, createSubmission |
calendars | listCalendarWidgets, getCalendarWidget |
bookings | listCalendarBookings, getBooking |
ecommerce | listEcommerceWidgets, getEcommerceWidget |
orders | listWidgetOrders, getOrder |
Links
- npm: @formitto/sdk