Serverless
Cloudflare Workers
Learn how to ingest your first submission using Cloudflare Workers
Prerequisites
To get the most out of this guide, you’ll need to:
1. Create a Cloudflare Workers project
2. Update the main script
Update the file under src/index.ts
with the next code, then update the Endpoint URL.
index.ts
3. Run in local
4. Try it yourself
Formizee Cloudflare Workers Example
See the full source code