I don't know anything about React but I want to suggest something simple:
Add the option to allow editing webhook messages.
You can do that by adding an optional input for the Message ID of the message you want to edit.
If the Message ID is provided, just change the request type to PATCH and add /messages/{message_id} to the pathname of the webhook url (before the query param).
This would be a really nice addition!
I don't know anything about React but I want to suggest something simple:
Add the option to allow editing webhook messages.
You can do that by adding an optional input for the Message ID of the message you want to edit.
If the Message ID is provided, just change the request type to
PATCHand add/messages/{message_id}to the pathname of the webhook url (before the query param).This would be a really nice addition!