This feature is not supported in the Web app
See the compatibility table
See also:
Running a command under the Windows command prompt
Running a PowerShell script
Use this action to call an external program when an email is processed. You can also pass the captured fields as parameters as seen in the screenshot above. The output of the called program is captured and shown in the output window:
Email Parser waits for the external program to finish indifenitely. This is the expected behavior and no closing signal is sent to the launched external program after a certain time. To prevent Email Parser to get blocked, check that the external process closes by itself calling it manually using the same parameters as Email Parser.
Note that when Email Parser is run as a service, the user rights actually used are those from the “LOCAL SERVICE” user (unless you set something different under the control panel->services). This means that the network drives may not be available or the rights to access some folders may not be the same as if you manually launch the external app from the command line.