How to send push notifications to our slack channel of a commit and deployment of the app?

0
Hi guys,   I want to inform our Slack channel members with a push notification of my Mx commits and deployments. What is the best way to do achieve this?   I know there are team server api's but the most are get methods, tortoise svn would do a local notification...and saw also Gupshup Slack Bot to Mendix team server, but no actions to use in it.
asked
1 answers
0

You could use the Build / Deploy API ( https://docs.mendix.com/apidocs/build-api / https://docs.mendix.com/apidocs/deploy-api ) in combination with the Slack Connector from the appstore?

answered