I’m new to webhooks and integrations with mattermost. I have an outgoing webhook that sends a post in a channel to some code that formats a response back as a bot to an incoming webhook. How do I make that response a comment post type on a previous post in that same channel?
I currently send the original post_id back to the incoming webhook, but that does not work.
I think that feature request describes what I need, but I don’t understand why this isn’t possible as is…seems like you just need to send the parent_id with the response_type set to “comment”. I’m just not entirely sure what’s required so maybe a new feature does need to be added first.
Could I achieve this through the use of a custom plugin? Or is that the same issue?