ICON Workflow edit notepad using Microsoft Teams

Hello, would like to ask for your expertise to create a workflow on editing the notepad in Linux using Microsoft teams. What plugins or extension we can used? Currently, we are connecting to Linux using SFTP to edit the notepad. We want to edit the notepad by adding IPs and save it.

You could use PowerShell or Python and write to the text file in notepad. That is what I have done in the past to maintain a blocklist for urls on a firewall.

1 Like

Thank you on this idea…I would try this one.

You can also use ssh and echo, less overhead

1 Like