Use case:
When a webhook payload reaches Make with a small error (e.g. invalid character, wrong email, or missing field), it can cause a scenario to fail. Currently, there is no way to manually edit the data in the webhook queue, the only option is to delete the execution and resend a corrected webhook externally.
Feature request:
Add the ability to manually edit the webhook data before rerunning the failed execution. This would help in cases where the incoming data is nearly correct but needs a minor fix.