Email2DB Action - Run Script
This generic action allows you to run a pre-defined Email2DB Script. Scripts are created using the familiar Visual Basic scripting language. Your scripts can be as large as required with any number of Functions and Sub-Procedures.
You can design your script to perform any sort of custom action that you can
imagine. Scripts can reference any COM objects available on the host computer
along with the Windows API.
Inside scripts you can reference Email2DB extracted fields using the
FIELDS_Value("fieldname") collection. Email2DB also provides a number of
built-in functions that you can call from your scripts including: HTTPost,
HTTPGet, SendEmail etc.
Script Designer