In forms workflow - add item there is a type called "Post form to Slack Chat"
Another possible way might be to hook into the "RecordInserting" event from
Umbraco.Forms.Data.Storage.RecordStorage and call the slack Api yourself (https://api.slack.com/methods/chat.postMessage)
And if all else fails, use the Post form to url with the url being your own api in umbraco which then posts the data to the slap api.
Integration With Slack
Hi Community,
We are playing with Umbraco Forms, we want to integrate results of Umbraco Forms to Slack channel, is it possible?
Can somebody share?
Thanks,
Alex
In forms workflow - add item there is a type called "Post form to Slack Chat"
Another possible way might be to hook into the "RecordInserting" event from Umbraco.Forms.Data.Storage.RecordStorage and call the slack Api yourself (https://api.slack.com/methods/chat.postMessage)
And if all else fails, use the Post form to url with the url being your own api in umbraco which then posts the data to the slap api.
Hi Sven,
Thank you very much for your response.
Do you have some example of code how to call slack API?
Thanks
And info on how to create the webhook url: http://www.programmableweb.com/news/how-to-integrate-webhooks-slack-api/how-to/2015/10/20
+1
Sven, thank you very much !!!
Have a nice day!
is working on a reply...