There are some great articles on here that helped me set up a webhook to push updates to Slack via triggers. However, I am now trying to use "Zendesk Events" to notify a Slack channel that we've had new community posts/comment published
When I do this Slack returns error 400 no_text. I know the webhook is okay because if I change the request body to something simple a test works.
I am wondering if I need to do some form of authentication or add a header in the request. Any help would be much appreciated.
I've seen some posts in other communities that have this issue but haven't seen a solution that would work in Zendesk.
Full disclosure, I am not a developer so I am relying on the Zendesk and Slack UI's to be able to make this work.
Webhook for slack returns error 400 no_text
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
I'm not super familiar with the Slack API so I'm not too sure what could be the cause off the top of my head. It could potentially be that the request body is not formatted in a way that the Slack API is expecting. Could you share the endpoint you're hitting on Slack's end so I can take a look at their documentation?