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

[FEATURE] Make "text" message format workaround backwards compatible #819

Open
AWSHurneyt opened this issue Nov 29, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@AWSHurneyt
Copy link
Contributor

Is your feature request related to a problem?
As described in issue #818, custom webhooks do not support webhooks that do not take the message string directly as the request body. For webhooks like Google chat (documentation link), users create the channel using a Slack config, instead of a custom webhook config, because Slack uses a similar { text: "message content" } request body format.

Validation is currently being added for future releases which could cause issues when customers attempt to edit or migrate those workaround channels to future versions (e.g., PR #814).

What solution would you like?
Users should be able to seamlessly migrate their channels that used this workaround from versions without the config validation to versions with the validation, and should also be able edit those channels without issue.

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