Add custom response for webhook

What’s the feature?

  • Currently, webhook systems typically only return default responses.
  • In many cases, users want to create notifications, logs, or trigger additional actions based on the webhook response content.
  • Supporting custom responses makes the system more flexible and easier to integrate with various external services or more complex business logic.

Your use case

The webhook receiver can receive appropriate responses without needing to modify the webhook caller.

  • Support for workflows/log analysis: Resend detailed messages to facilitate monitoring and error handling.
  • Expand integration capabilities: Custom responses enable more effective and flexible integration with external systems.