Hey there! Just so you know, LiveKit automatically retries any webhook deliveries that fail a few times to handle those temporary hiccups. But if you want to manually retry a specific webhook, you can go ahead and retry the egress operation that originally triggered it. This will create a fresh webhook event with the same payload.
Make sure your webhook endpoint is set up properly to handle these retries and that it sends back the right HTTP status codes to let us know if it worked or not. Also, it’s a good idea to check your server logs to see if the webhooks are coming through and being processed as expected.
If you run into any issues or want a hand troubleshooting specific errors, just give me a shout—I’m here to help!