How to Integrate Anti-Virus Scanning in a Workflow with Attachment Parsing?

This topic was automatically generated from Slack. You can find the original thread here.

`I have a workflow that has a step dealing with attachments (parsing them to be specific). How is anyone doing this dealing with anti-virus? obvs want to try and avoid any files with malware embedded but i don’t see any documentation for handling A/V scanning?

You may be able to use a third-party service for this. Since you can call any API in workflows, you could send files to an API to check for any potential malware. Do you use a service like that today or are you familiar with any you could use?

Thanks . I don’t today nor am I off the top of my head familiar but guess I can search around unless u have some suggestions

I don’t off the top of my head either. We use services like AWS Macie / Inspector internally, but they’re plugging into our logs and data in S3, not processing requests for individual files.