I have a list with my employers project task list. When a user adds a new project to the list, I want to push some of the data the user entered into an external site (which is run by our parent company) to store in a separate project management system.
So my question is: Is there som way to post data (some or all fields) to a PHP-script on an external server?
I don't have any programming experience with SharePoint (or .NET in general), so if this is something that can be done with Workflows I would be very happy.