How can i send notification to my slack channel from qt desktop application?
Unsolved
3rd Party Software
-
@Pardeep Not really Qt related. You need to have custom webhook configured in Slack, then just send POST to the URL. Please refer to Slack manual for details - once the webhook is set up there is ton of information included on how to format the messages.
From Qt perspective you just use QNetworkAccessManager to send properly formatted POST.
Edit: corrected typos introduced by my autocorrect...