Just in case someone else stumbles upon this.
- I did not find a way how webhook data can be passed to email.
- It is however possible to pass event data to to email. (Email block have configuration setting that passes event data).
To solve my problem, I made two automation flows.
- First automation triggers webhook and within this webhook I create event.
- Second automation fires when event is created, passing data down to email.