Hello, when i got an email in gmail with an attachment contains XML (with my shopify order details) i want to send that XML to a hungarian invoicing system to make the invoice automatically. It took me some time but i managed to make the xml to work in POSTMAN, but i just can’t make it work in Zapier.
Its the same file in the mail and in the postman.
I tried attaching the file where the files should be attached, but the invoicing system didnt accept it, i think because it couldnt read it’s name.
Few things might be important to mention:
1.: I am not sure the cookies are fine, but i dont think thats the problem
2.: The invoicing system API documentation say this: The request must be “multiform/form-data” type and must contain one file with the name action-xmlagentxmlfile
If someone want to read more about it , its here: https://docs.szamlazz.hu/#post-request
I attached photos so you can see what i did in postman and what i did in zapier. Thank you for your help!