-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Webhook Notification Service not working #1263
Comments
there is really zero information here, can you give the url (modify part of it so it cant be read), which notification service did you use exactly? |
I would also just back up @dgtlmoon 's point here. I'm not exactly sure what you're trying to do. Are you trying to post to the Apprise API? There are lots of examples with |
Dear caronc URL is very simple: https://example.com/api/notification?id=12 This url relative to my site |
This will post to that location for you: # note the minus (-) sign before the ID; this is important so Apprise passes it along
# See: https://github.com/caronc/apprise/wiki/Notify_Custom_JSON#get-parameter-manipulation
apprise -b 'test' -t 'title' "jsons://example.com/api/notification?-id=12" |
Dear @caronc , thank you for your answer, I didn't use apprise, i use simple webhook, i want to call a simple webhook from my site. |
@karimi12 how did you find this apprise page then? how did you get here? |
📣 Notification Service(s) Impacted
Webhook Notification Service
🐞 Describe the bug
i configurated a webhook notification service with custom body but not working and i cant get json body in webhook address i tested my webhook address by postman every things was fine but Uptime Kuma webhook notification service not working truly.
💡 Screenshots and Logs
Version: 1.23.15
Frontend Version: 1.23.15
💻 Your System Details:
🔮 Additional context
The text was updated successfully, but these errors were encountered: