Automated Marketer
Member
I am trying to send adf/xml emails such as this: https://adfxml.info/adf_spec.pdf
Does Pabbly allow to format into XML somehow?
Example of one email is this below, but of course dynamically change certain fields such as name/phone/email etc
<?xml version="1.0"?>
<?adf version="1.0"?>
<adf>
<prospect status="new">
<id sequence="1" source="Aderaco">1676668</id>
<requestdate>2023-05-03T01:54:22+00:00</requestdate>
<vehicle interest="buy" status="used">
<year>2016</year>
<make>Chrysler</make>
<model>300</model>
<stock>295792</stock>
<vin>2C3CCAPG8GH295792</vin>
<price>18495</price>
</vehicle>
<customer>
<contact primarycontact="1">
<name part="full" type="individual">Customer Name</name>
<email preferredcontact="1">[email protected]</email>
<phone type="voice" time="nopreference" preferredcontact="1">(888) 777-6666</phone>
</contact>
<comments>
Form Name: AIA - Lead - v3
</comments>
</customer>
<vendor>
<vendorname>Dealership Name</vendorname>
</vendor>
<provider>
<name part="full" type="business">aderaco</name>
<service>Lead Generation - Facebook</service>
</provider>
</prospect>
</adf>
Does Pabbly allow to format into XML somehow?
Example of one email is this below, but of course dynamically change certain fields such as name/phone/email etc
<?xml version="1.0"?>
<?adf version="1.0"?>
<adf>
<prospect status="new">
<id sequence="1" source="Aderaco">1676668</id>
<requestdate>2023-05-03T01:54:22+00:00</requestdate>
<vehicle interest="buy" status="used">
<year>2016</year>
<make>Chrysler</make>
<model>300</model>
<stock>295792</stock>
<vin>2C3CCAPG8GH295792</vin>
<price>18495</price>
</vehicle>
<customer>
<contact primarycontact="1">
<name part="full" type="individual">Customer Name</name>
<email preferredcontact="1">[email protected]</email>
<phone type="voice" time="nopreference" preferredcontact="1">(888) 777-6666</phone>
</contact>
<comments>
Form Name: AIA - Lead - v3
</comments>
</customer>
<vendor>
<vendorname>Dealership Name</vendorname>
</vendor>
<provider>
<name part="full" type="business">aderaco</name>
<service>Lead Generation - Facebook</service>
</provider>
</prospect>
</adf>