Bubble and Discord

So I have used bubble on and off for quite some time now with small projects, but I’m not good with APIs. I’ve read through the discord API docs but am still confused.

So currently I have a few input fields and a submit button. When submitted it’s using a webhook to post a new post, in my case it’s a support tool. When there are content issues, I fill out my small bubble tool and it will post the content name, issue, and current status of repair. If I want to update the status of the repair, I have a drop down menu with the titles to chose from which then fills in the text input fields from the original post and I can change the status and submit again but it creates another post rather than updating the original message because I can’t figure out how to, which is where I need help. I know I need to store the message id but have no idea how to get it. Also, none of the discord plugins have an edit message feature, they are all basically webhook related. Can someone take some time and help me figure out how to pull up the original post and edit the repair status of the original message versus always posting a new message? I used the search functionality but can’t find what I’m looking for.