Hey I’ve got slack all set up using the “Project Settings” but I really dislike having to use the UI and would prefer to put everything into the .yml file to have it versioned. What is the syntax for setting up slack integration? The standard "notify: webhooks: - url: " style doesn’t seem to be working.
We also need this in our projects, we cant have a solution that requires manually going to the project settings page in order to add a Slack integration. Either add some logic that checks the url of the webhook and modify the data structure that is being sent(since that is what is causing the error) or allow defining slack-webhooks that are treated properly.
It would also be preferable to be able to specify a channel override since one might not want all projects to post to the same channel and creating new webhooks for each is a waste.
I’m also having some trouble with this. I have a Slack integration set up for my project that is working fine, but I created another Slack webhook to post to a different channel, only for builds that have a specific build parameter (nightly builds). Because Circle projects only allow a single webhook to be added, I tried adding the new webhook URL to circle.yml as described in the documentation, but I’m not getting any Slack messages from this webhook.