See also:
Running a SQL statement in a Microsoft SQL server database
How to save email attachments automatically
Running an external program
This example shows how to save the received attachments in a folder and then, for each one, insert the attachment file name path in a database and run an external tool that process the attachments.
To insert the path in the database we use a field called SavedAttachmentPath that the previous action has created. Note that we placed in between a “for each” action to perform this process for each attchment.
When an email is received, Email Parser outputs the following: