finally figured out a workaround for sending emails now that logic is dead. i was struggling to find a way to trigger notifications from my site forms w/o using some massive enterprise setup. it turns out u can use a webflow cloud route handler paired w/ postmark to bridge the gap. the process involves setting up a custom endpoint that listens for the form submission and then forwards everything to ur mail provider. it's a bit more manual than the old way but it feels much
more reliable since u aren't relying on webflow's internal automation features. i had to tinker with the fetch request in my script to make sure the payload was formatted correctly for the postmark api. if you are currently
using some broken workaround or just stuck with manual emails, this is def worth the setup time.
it actually feels faster than logic ever did . has anyone else tried using different providers like resend instead of postmark for this? i am curious if the latency difference is noticeable in a live production environment
full read:
https://webflowmarketingmain.com/blog/transactional-email-postmark-webflow-cloud