Re: Moving files generated internally with software to Marketo's website/specific campaign

NOC_RBFCU
Level 1

Moving files generated internally with software to Marketo's website/specific campaign

We have an automated piece of software that allows use to move files based on rules that we setup. When attempting to connect with this software, what website would we connect to, to allow a file transfer to occur? Would it be the campaign link/address, the REST API link/address, or another link/address? We have several options and several other external sites we connect to with this software via SFTP, HTTPS, FTPS (certificates also). I have not found any detailed information besides how to connect to the REST API with a command prompt to do a specific action.

If this is not possible, that would be good to know. We have a script created for this in total, but they are wanting to see if our software can do this instead of using the script and installing another piece of software to support that script.

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Moving files generated internally with software to Marketo's website/specific campaign

The Marketo developer site contains robust documentation of the Asset API.

Not sure what you're really asking. Of you already have a "script" that does it then it must he using this same API.

NOC_RBFCU
Level 1

Re: Moving files generated internally with software to Marketo's website/specific campaign

We are using a different software solution that is, in essence a file transfer software that we are trying to get working.

The Python "script" that was built out from Marketo is using the API from the Marketo developer site. We are seeing if we can utilize a piece of software that we already have, than installing Python to utilize the script.