This page was last edited on June 21, 2020, at 22:47.
Comments or questions about this documentation? Contact us for support!
(Created target blank page For Version: PSAAS:Julie) |
(Automated save: adding PEC_Migrated template.) |
||
Line 1: | Line 1: | ||
− | <!-- | + | = Email namespace= |
+ | |||
+ | {{Template:PEC_Migrated}} | ||
+ | |||
+ | |||
+ | __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:PSAAS:Julie]] |
The Email namespace includes the following methods:
Signature | <static> create(destination, userData) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Creates a new empty email. | ||||||||||||
Parameters |
|