- Contents
Interaction Designer Help
Parse Email Body
This Email tool takes an Email Body type and returns the content type and data it represents.
Inputs
Email Body
An Email Body type representing the data in the format indicated by the Content Type.
Outputs
Content-type
The Content-type associated with the data.
Data
The data in the format indicated by Content-type.
Exit Paths
Success
This path is taken if the email body is successfully parsed.
Failure
This path is taken if the operation fails.