Closed emrancu closed 1 year ago
The tests are failing could you take a look?
Ok I will check soon.
Hello @freekmurze , I have fixed the issue. Please check now.
That looks good 👍
Could you also update the readme with a nice example on how to use this new feature?
I have updated the readme.
Thanks!
Thank you so much ❤️
Currently we are working with override.
Currently, the package only supports the 'POST' method for receiving webhook requests. However, it would be beneficial to extend this functionality to handle requests with any method, such as 'GET', 'PUT', and more.
One specific use case we encountered was when working with ElasticMail. They send webhook requests using the 'GET' method, which is not currently supported by the package. To ensure compatibility with ElasticMail and other services that utilize different HTTP methods, we need to enhance the webhook client to handle these requests appropriately.