Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. How can i send notification to my slack channel from qt desktop application?

How can i send notification to my slack channel from qt desktop application?

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
3 Posts 2 Posters 694 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PardeepP Offline
    PardeepP Offline
    Pardeep
    wrote on last edited by Pardeep
    #1

    i want to send steps of my qt app into my slack channel. It is like a live tracking of app.

    artwawA 1 Reply Last reply
    0
    • PardeepP Pardeep

      i want to send steps of my qt app into my slack channel. It is like a live tracking of app.

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by artwaw
      #2

      @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...

      For more information please re-read.

      Kind Regards,
      Artur

      PardeepP 1 Reply Last reply
      3
      • artwawA artwaw

        @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...

        PardeepP Offline
        PardeepP Offline
        Pardeep
        wrote on last edited by
        #3

        thanks @artwaw

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved