#mmarian
1 messages · Page 1 of 1 (latest)
Hello! You can write a script that will resend Events using Stripe CLI: https://stripe.com/docs/cli/events/resend
You can add your own delay between each call to avoid performance issues.
You can combine that with listing Events which were not delivered successfully: https://stripe.com/docs/api/events/list#list_events-delivery_success
this worked! thanks so much. saved me a lot of time trying to do this manually!
Happy to help!