(Created target blank page For Version: HTCC:9.0.0DRAFT) |
(Update with the copy of version: 8.5.2) |
||
Line 1: | Line 1: | ||
− | <!-- | + | = Email Namespace= |
+ | __TOC__ | ||
+ | ==Methods== | ||
+ | The Email namespace includes the following methods: | ||
+ | * [[EmailNamespace#create|create]] | ||
+ | |||
+ | ===create=== | ||
+ | {| | ||
+ | ! Signature | ||
+ | | <static> create(''destination'', ''userData'') | ||
+ | |- | ||
+ | ! Description | ||
+ | | Creates a new empty email. | ||
+ | |- | ||
+ | ! Parameters | ||
+ | | | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Argument | ||
+ | ! Description | ||
+ | |- | ||
+ | | destination | ||
+ | | string | ||
+ | | | ||
+ | | The destination address for the email. | ||
+ | |- | ||
+ | | userData | ||
+ | | object | ||
+ | | <optional> | ||
+ | | The attached user data key/value object that is updated with each interaction event. | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | [[Category:V:HTCC:9.0.0DRAFT]] |
Revision as of 19:42, March 13, 2019
Email Namespace
Contents
Methods
The Email namespace includes the following methods:
create
Signature | <static> create(destination, userData) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Creates a new empty email. | ||||||||||||
Parameters |
|
Comments or questions about this documentation? Contact us for support!