Hey guys,
I searched but couldn’t find the proper direction.
I want to automatically post a reply inside a topic as soon as I pushed a commit on a github repository - automatically via a webhook.
I work with Integromat and already successfully did something similar with topics
I have setup an API in Discourse, a webhook in Github, a HTTP POST scenario in Integromat but I’m missing the final piece to make it work.
My current attempt looks like this which does not work.
I think because Discourse does not know what to do with the POST request.
I mean there is /new-message? and /new-topic? but not /new-reply?
Maybe it’s something trivial, thanks in advance for your help!