Integration with slack

Hi,

Running into the below error for the webhook configured on sonarcloud for integration with slack. we are using ant scanner for sonar scan. Can you let me know how I can integrate with slack from sonarcloud?

Thank you for your help

Hey there.

The webhooks sent by SonarCloud are in a specific JSON format that is not supported by Slack. You would need to implement your own bridge that redirects SonarCloud webhooks to Slack.

Talking about Slack, which kinds of notifications would you like to receive? All the ones already supported in My Account > Notifications? Other ones? What about the status of analysis on pull requests, …?

Hi Colin,

Along with my account > Notifications, I also want to notify about the status of analysis on pull requests/builds.

Can you share any resources on how I can implement this integration?

Thank you

It seems like a Slack integration has been “on the radar” for years now. Are there any updates on this?