Jump to: navigation, search
(Created target blank page For Version: PSAAS:Julie)
 
(Update with the copy of version: Public)
Line 1: Line 1:
<!-- Creation of the target page -->
+
= 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:PSAAS:Julie]]

Revision as of 16:59, June 7, 2019

Email namespace

Methods

The Email namespace includes the following methods:

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.
Comments or questions about this documentation? Contact us for support!