-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Conflict with the "method" parameter in Custom Form #908
Comments
Apprise uses the |
Is Synology Chatting pretty straight forward? Another option is to just create a |
I can't seem to reproduce the issue you're having. the URL you're providing works great. But it's setting the following HTTP Headers. Is this what you want? Or is the the payload you want to change? You're setting
Is this what you're attempting to achieve? |
Any update to to this? |
Apologies for the delayed response... I'm still having trouble in integrating Apprise with Synology Chat. According to the Synology documentation, there are two methods to send data to the webhook URL:
I've attempted both the The URL in Apprise I tried:
How can I correctly structure the payload to ensure the I appreciate any assistance or guidance on this matter. |
I think i've uncovered a bug and while the URL should work for you, (it does in The I would love for you to follow the instructions on #944 and test it out for me; i think it would make a fine addition to the Apprise library! 🚀 |
@hhhguany : Having not heard back, i'm tempted to close this ticket, but i thought i'd reach out one last time to see if you could help test out #944 which built for you. I think it would make your life easier with integrated Synology Chat support, not to mention it's a great addition to Apprise. I'll hold off until i confirm it works before merging though (this is where i need your help). I hope to hear back! 🚀 🙏 |
Closing this ticket off due to lack of response. Please feel free to reach out anytime if you want to resume this! 🙏 |
Hi, I have conducted tests on my own Synology NAS and successfully sent them out via
Since Synology Chat does not provide any interface, I’m currently unable to ascertain the root cause of the issue. However, I can confirm that there is no issue with the network link between my test machine and Synology Chat. Thank you for your work. If you currently don’t have Synology Chat, please inform me when the next version is released, and I would be more than willing to assist you in testing it. |
Here are some projects that can be referenced. |
Merged into the |
❓ Question
I am facing an issue regarding the integration of Synology Chat's webhook with Custom Form. The webhook URL I am using is
https://[hostname]:[port]/webapi/entry.cgi?api=SYNO.Chat.External&method=incoming&version=2&token=xxx
.As per the documentation, I need to use GET parameters in the POST method. Therefore, I have written the URL in Apprise as follows:
However, it seems that the
method
parameter is conflicting with the default method, and the message is not being sent properly. Could you please provide guidance on how to resolve this issue?The text was updated successfully, but these errors were encountered: