DEV Community

Discussion on: Webhooks 101: Let the Server Notify You

Collapse
 
mirchez profile image
Miguel Miranda • Edited

Thanks!, To secure WorkOS, I send the payload with a signature and verify it on arrival, but generally if you work with external service they provide some sdk for verification. For failed deliveries, I usually set up polling as a fallback. And when there are lots of requests, I handle them with queues if needed.