Scripting can be used in different parts of the application to perform actions that would not be possible with the available items. Sometimes, parsing a given text is only possible writing your own code or, other times, you would need to do such a complex logic in a an action that doing a script is the only way. For this scenarios Email Parser has the ability to run scripts:
Related help topic | Supported in the Windows App | Supported in the Web App | Language | |
Email Filtering | Using a script for filtering emails | Yes | No | C# |
Email Filtering | Using a script for filtering emails | Yes | No | Javascript |
Email Parsing | Capturing text with a C# script | Yes | No | C# |
Email Parsing | Capturing text with JavaScript | Yes | No | Javascript |
Actions | Running a C# script | Yes | No | C# |
Actions | Running Javascript | Yes | No | Javascript |
Actions | Run an AWS Lambda function with data from an email | Yes | Yes | C#, Javascript, Go… (any language supported by AWS lambda platform, see here) |
Actions | Running a PowerShell script | Yes | No | PowerShell |