- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:19 PM
Inbound email actions utilize the email object to pull the sender, subject, and body among other things.
There are plenty of samples to explain at least some of the properties.. but does anyone know where this object is instantiated?
There are a few properties such as email.from vs email.origemail where I'd like to know the specific distinction, as well as whatever other properties are available.
I can't seem to find any documentation on this. (I know I can iterate the object properties and print what's there, but I was hoping someone had a list of the definitions..)
Thanks,
-Stephen
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:29 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 12:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2016 02:16 PM
I'm blind apparently. Thanks!