What are you trying to achieve?
convert ofx to csv file
- ofx file uploaded in googleDrive and “Watch Files” : new ofx file is detected.
- I want to convert ofx file to csw file : I get file using “HTTP” , and convert file using website ofxconverter .com
Here in fact i need first to Make a Basic Auth request (or API Request) from make.com to ofxconverter .com in order to do allow make.com use my “ofxconvert” profile account. - when the sign in is done, I want to give the ofx file to “ofxconverter.com” and then I download the output file in .csv
I don’t know please how to do this second step, and how to fulfill the needed informations and parameters for authentication with API key, and others.
Thank you