Want to use workers with my astro site. Deployed to CF. What's next?

Hi folks, i have deployed my astro site to cf successfully. I want to know what's next. My end goal is to use cf functions for form submissions, and also use workers webhooks to listen to a third party tool.

should i create a workers.toml file? if yes, is there a command to generate toml file without manually creating it?

Also, if i want to use functions, should i use astro in ssr mode?

thank you!
Was this page helpful?