Record

parse-response

No description available.

record parse-response {
  attachments: option​<list​<parse-response-attachments-item>>,
  from-email: option​<string>,
  from-name: option​<string>,
  headers: option​<parse-response-headers>,
  html: option​<string>,
  images: option​<list​<parse-response-images-item>>,
  subject: option​<string>,
  text: option​<string>,
  to: option​<list​<parse-response-to-item>>,
}

Fields

NameTypeDescription
attachmentsoption​<list​<parse-response-attachments-item>>
from-emailoption​<string>
from-nameoption​<string>
headersoption​<parse-response-headers>
htmloption​<string>
imagesoption​<list​<parse-response-images-item>>
subjectoption​<string>
textoption​<string>
tooption​<list​<parse-response-to-item>>