Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 05:31 AM
Hi Deepika,
Please use the "email" object already provided. You can use this to get the body content in two ways : HTML or string format.
email.body_text: Contains the body of the email as a plain text string.
email.body_html: Contains the body of the email as an HTML string.
For other values form the inbound email , please refer below URL :