Focused walkthroughs for the common FastYoke integration patterns.
Recipes
Short, opinionated walkthroughs for patterns you'll reach for repeatedly. Each recipe is self-contained — copy, adapt, ship.
Webhook Intake
Receive external events as FSM-backed jobs via a public form + invite token.
Extension Authoring
End-to-end — scaffold, iterate locally, publish to a tenant.
Handle email bounces and complaints
How FastYoke processes AWS SES bounce and complaint notifications, where the suppression list lives, and how to recover a recipient.
CI Scripting
Automate tenant-scoped operations from CI using a long-lived FastYoke API token + curl.
CRUD UI with the SDK Hooks
Full list + create + update + delete page for a user-defined entity kind using @fastyoke/sdk 0.2.0.
SPA on Cloudflare Pages with the React SDK
Build a standalone Vite + React SPA that signs in to FastYoke, CRUDs entities with realtime, uploads files, and deploys to Cloudflare Pages.
How to use these
- Every recipe references real endpoints, table names, and field shapes from the current platform. No pseudo-code.
- Code snippets use
curlor plain fetch so the patterns translate to your language of choice. Where a snippet needs a token we link back to Authentication rather than re-explaining. - Deprecated patterns are marked with the standard in-prose
<Callout type="deprecated">— see the Deprecation policy for the contract.
Not finding what you need
The fastest way to grow this section is to open an issue with the integration problem you're solving — recipes get authored from real use cases, not from an abstract "everything the platform can do" checklist.