Documentation for every module
All 19 modules are now documented, and writing the docs surfaced four bugs worth fixing.
Added
4- DocumentationEvery one of the 19 modules now has documentation. Email campaigns, workflows, forms, notifications, collections, content, short links, assets and audience management were previously undocumented.
- DocumentationA reference for the admin REST API — token format, error shapes, rate limits, and the list-query parameters every collection endpoint shares.
- AuthenticationRedirect URLs accept wildcards, so preview deployments no longer need a new client per branch.
- AuthenticationOpen signup, with self-serve accounts placed in one shared organization.
Improved
1- PlatformNew organizations no longer create empty collections up front, and indexes are built as collections appear.
Fixed
4- FormsBoolean fields on public forms are validated again. A type-name mismatch meant any value at all was accepted and stored.
- WorkflowsWorkflow endpoints are permission-controlled, split across eight resources so runs, definitions, versions, logs and the trigger queue are granted separately. A support role can read runs without seeing the automations behind them. Previously any valid token reached all of it.
- WorkflowsResuming a paused scope resumes every instance in it. Past the first 1,000, instances were marked running without being re-queued and quietly stopped.
- SecurityListing API tokens returns a masked preview instead of the full secret. The complete value is shown once, when the token is created.