Forward an email as a string

Hi guys, i have an API that processes the contents of an email (headers+body). I want to use make.com to monitor the contents of my inbox and as soon as an email arrives it should just forward the entire message as a string to my api. Is that possible?

Currently I have a HTTP Module that retrieves every single header and passes it as a JSON document but I don’t want that because the contents (both key and values) differ from mail to mail. Just sending the entire mail would do the trick but i don’t know how to do it.

Help greatly appreciated.