🧙‍♂️Webhook Wizard
BlogDocsPricingCommandScopeContact
Feedback
Recent Posts

    Implementing webhook delivery retry to improve reliability

    5 tips for webhook reliability

    Sending a webhook to multiple places

    The Art of Webhook Message Structure: Tips and Techniques for Crafting Effective Webhook Messages

    How to Secure Webhook Messages

    Navigating JSON with JSON Path: A Quick Guide to Extracting Data from JSON Documents

    Webhooks: The Ultimate Tool for Automation, notifications and data synchronization

    Using Redis as a Webhook Queue

    Sending Webhooks in Go

    Sending Webhooks in Python

    Transforming webhook messages with no code

    Efficient Webhook Processing with Redis as a Queue in Go

    Debugging Discord webhooks: a step-by-step guide

    Sending Webhooks with Bubble

    Reliable Webhook Delivery

    How to Debug Webhooks

    How to log Webhooks without any code

Sending a webhook to multiple places

May 31, 2022

Sometimes when working with webhooks you need to copy the messages to multiple places. This can be a tricky as many webhook providers dont support multiple delivery.

With Webhook Wizard you can easily configure a webhook to be forwarded to multiple places.

Webhook Multiple Delivery

For example you might have both production and development versions of a server, where you need the webhook messages to go to both so you can test your server. You might also turn off the dev server in the weekends to save money.

To do this effectively you need independent delivery queues for each endpoint, you dont want one to effect the other.

How to configure multiple webhook delivery

  • login to Webhook Wizard
  • Create a new Webhook subcription
  • Configure the delivery url
  • Add extra delivery urls for the extra endpoinds.
  • Configure the webhook source to send the webhook to Webhook Wizard

And voila! your webhooks are being forwarded to multiple places. You can also see how the delivery is tracking in the Webhook Wizard log.