User Activity

Hi, I need to deliver a file to a sftp server that doesn't require a private key. I'm able to connect to it from terminal with command "sftp -P 22010 uni@ftp.server.gov" then it request a password, I enter it and I'm in. It also works from WinSCP jus...
I’m working on a pipeline that requires delivering a password protected Excel file. How can i set a password to the excel file with Snaplogic?
I’m working on a project in which i receive a post call with data everytime someone register on one website. I need to post this data to another site but i dont want to post them individually and as frequent as they come. so im thinking about buildin...
Hi, i’m having a problem while making a POST request to Pivotal Tracker API. i make the exact same request from Postman and it works. But when i request from Snaplogic it returns 500. I really don’t know what might be wrong with Snaplogic, i suppose ...
I’m working on an integration in which i download a XML from endpoint A then i need to post this xml file to endpoint B, passing it as a file that goes into form-data. How to create the XML file from the response i get from endpoint A? While using P...