Skip to content
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

Closed
MyWay opened this issue Feb 12, 2023 · 5 comments
Closed

Event result (webhooks) #101

MyWay opened this issue Feb 12, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@MyWay
Copy link

MyWay commented Feb 12, 2023

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.

@MyWay MyWay added the enhancement New feature or request label Feb 12, 2023
@caronc
Copy link
Owner

caronc commented Feb 12, 2023

Seems like a good idea

@caronc
Copy link
Owner

caronc commented Feb 26, 2023

What kind of information do you expect to find within the payload of this webhook?

@MyWay
Copy link
Author

MyWay commented Feb 26, 2023

What about a status and, in case it failed, an error message?

@caronc
Copy link
Owner

caronc commented Oct 14, 2023

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.

@caronc
Copy link
Owner

caronc commented Oct 15, 2023

Merged; Apprise v1.6.0 was released. If you us :latest you'll get this new enhancement. But i'll do an Apprise API official release shortly too to update the main build.

Closing this issue off as done 🚀

@caronc caronc closed this as completed Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants