Triggering a webhook manually

Triggering a webhook manually

Hi everyone!
I have a webhook configured to be triggered on Account creation, but sometimes the webhook fails (server-side problems) so I'd like to be able to trigger it manually later, as an Administrator. How can I do this?

I thought I could add a custom button but custom buttons cannot trigger webhooks. Should I write a custom function instead? Can a custom function trigger a webhook?