-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
users cannot customize notification message's format #6942
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
Comments
Hi @bowenli86! Thanks for opening this issue. Unfortunately, I don't think we will implement this. Sounds like a very user-specific request and you should be able to change the implementation on your end to accept and parse the format that RTD sends. |
Hi @humitos I'm not sure if it's a too user-specific request. The use case is that many chatbot webhooks on messaging platforms require some specific formats for various reasons. The limitation means I cannot send notifications to our chat apps. |
I understand. You will need to put something between the RTD and the chatbot to parse RTD's webhook and convert it as the format required by the chatbot. |
Seems we could pretty easily allow customizable keys on the JSON, but that's definitely a product decision we need to think about. |
Since the homepage asks us to We want to fit The possibilities are literally endless! |
Interesting example here: https://twitter.com/mariatta/status/1278038611338772480 |
Details
I want to use the notification webhooks feature, but my webhook expects a specific format, like
Right now it seems I cannot do any customization
Expected Result
Allow users to customize notification message in the "notification" page
Actual Result
notification message is of fixed format
The text was updated successfully, but these errors were encountered: