How can I send an email with xml content?

Hello everyone
I want to email a structure like this:

<?xml version=“1.0” encoding=“UTF-8”?> 2394145878 {{16.de_fb_full_name}} {{16.de_fb_phone_phone_number}} {{16.de_fb_email}}} {{16.de_fb_pa_model}} I get the data to fill the above structure by a webhook every time a form is filled, The problem is that I don't know which module allows me to send the data as I mentioned before.
1 Like

Hey @carlos_Leon

Gmail accepts only html code. So you can parse your xml code and convert to html.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like