I have an application which generates xml payload. I want to pass that xml payload to eventgrid or adf through rest api. And then i want to parse that xml and load it into snowflake table. I have procedure that can parse xml and load it into table. I don't want to call that procedure through python code. Is there any way to do it through adf or using eventgrid. Does eventgrid allows xml as payload through rest ? Does adf allows xml as parameter?