RFC822 Parser
5 min
the rfc822 parser connector facilitates the extraction and analysis of data from emails formatted according to the rfc822 standard the rfc822 email parser connector is designed to seamlessly integrate with swimlane turbine, providing users with the ability to automatically extract and analyze data from rfc822 formatted email attachments this connector simplifies the process of parsing email content for threat detection and incident response, enhancing the capabilities of security teams to respond to potential threats quickly and efficiently by leveraging this connector, users can automate the extraction of valuable information from email attachments, which can then be used in playbooks for further analysis and action within the swimlane ecosystem actions parse attachment extracts data from rfc822 formatted email attachments for enhanced analysis and processing endpoint method get input argument name type required description attachment object optional file to be uploaded file string optional parameter for parse attachment file name string optional name of the resource description string optional parameter for parse attachment output parameter type description from string output field from to array output field to cc array output field cc bcc array output field bcc subject string output field subject message id string unique identifier date string date value headers array http headers for the request key string output field key value string value for the parameter size number size in bytes raw string unformatted email parts array output field parts content type string type of the resource content disposition string response content content id string unique identifier is attachment boolean output field is attachment filename string name of the resource creation date string date value modification date string date value read date string date value mime type string type of the resource charset string output field charset content text string response content content array response content example \[ { "from" "string", "to" \[], "cc" \[], "bcc" \[], "subject" "string", "message id" "string", "date" "string", "headers" \[], "size" 123, "raw" "string", "parts" \[], "status" "string", "status details" "string" } ]