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

Webhook Notification Service not working #1263

Open
karimi12 opened this issue Dec 26, 2024 · 6 comments
Open

Webhook Notification Service not working #1263

karimi12 opened this issue Dec 26, 2024 · 6 comments
Labels

Comments

@karimi12
Copy link

📣 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

image

image

💻 Your System Details:

  • OS: ubuntu 24
  • Python Version: Python 3.10.12

🔮 Additional context

@karimi12 karimi12 added the bug label Dec 26, 2024
@dgtlmoon
Copy link
Contributor

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?

@caronc
Copy link
Owner

caronc commented Jan 2, 2025

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 curl in the above link to show you how to put together a post. You can also access the API itself and it provides examples with PHP, Python, wget, and curl. Please provide more details of what it is exactly that you're trying to do.

@karimi12
Copy link
Author

karimi12 commented Jan 3, 2025

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?

Dear caronc

URL is very simple: https://example.com/api/notification?id=12

This url relative to my site

@caronc
Copy link
Owner

caronc commented Jan 4, 2025

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"

@karimi12
Copy link
Author

karimi12 commented Jan 5, 2025

https://github.com/caronc/apprise/wiki/Notify_Custom_JSON#get-parameter-manipulation

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.
I attached two pictures to my issue can you see it?

@dgtlmoon
Copy link
Contributor

dgtlmoon commented Jan 6, 2025

@karimi12 how did you find this apprise page then? how did you get here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants