XML HTTP POST to Client's Endpoint

I have received API instructions from a client I plan to send leads to. They take the leads in XML HTTP POST in a format such as “multipart/form-data”.

The data I collect is from a landing page which is webhooked into make.com. I’m not 100% sure but I think it might be in JSON format.

I know that I need to convert the data into an XML file, and then use the HTTP module to create a request with the POST method selected. The instructions I have contains the strings and the URL endpoint.

So here’s my question:

  1. How do I convert the data into an XML file?
  2. Do I need to create a data structure? If so, how?
  3. How do pass this XML data to the client via the HTTP request module?

Hi @Chaz_Nahas

You can create XML using “Create XML” module. Then, map it in the HTTP module with proper parameters.

If you need assistance, don’t hesitate to contact me.

Best Regards,

Msquare Automation
:point_right: Visit our website | :spiral_calendar: Book a free consult

2 Likes