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

[BUG] Can't send custom webhooks #245

Closed
Tracked by #231
dbbaughe opened this issue Jul 29, 2021 · 0 comments
Closed
Tracked by #231

[BUG] Can't send custom webhooks #245

dbbaughe opened this issue Jul 29, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dbbaughe
Copy link
Contributor

Describe the bug
Can't send custom webhooks that expect specific payload bodies.

  1. Seems like we are wrapping all custom webhook payloads in { "Content": ... } which is specific to Chime.
  2. And also seems like we are requiring a title and constructing the message as "$title\n\n$textDescription" which would break custom JSON payload to custom webhooks.
@dbbaughe dbbaughe added Beta bug Something isn't working untriaged labels Jul 29, 2021
@dbbaughe dbbaughe changed the title [BUG] [BUG] Can't send custom webhooks Jul 29, 2021
@zhongnansu zhongnansu self-assigned this Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants