Help with a mock up XML response as $metadata for webhook response

Hi @engowen
Try returning it like this:

return [{json:{data:dom.window.document.documentElement.outerHTML}}];

Also, maybe the HTML node is something that might help you.