Adding data from previous node to every item of another node

You can actually already start using our new syntax $("node-name") so:

$("Webhook").item.json["body"]["event"]["event_name"]

That will use our new pairedItem functionality (supported right now by 98% of the nodes and actions), which will then figure out the correct item by itself and should work as you expected originally.