-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event result (webhooks) #101
Comments
Seems like a good idea |
What kind of information do you expect to find within the payload of this webhook? |
What about a status and, in case it failed, an error message? |
I made a lot of progress on this. The test cases are currently failing on the Apprise-API version only because it depends on some enhancements made the underlining Apprise library. Once those are pushed into the next official release, the tests cases here will pass and you'll have your web-hook support. I'll leave this ticket open until things are ready to go. |
Merged; Apprise v1.6.0 was released. If you us Closing this issue off as done 🚀 |
Would it be possible to add support for events? E.g. after a request has been handled by apprise, we could receive a webhook event with the result, if configured.
The text was updated successfully, but these errors were encountered: