Revision as of 17:09, August 15, 2018 by Djudge (talk | contribs) (Created page with "= Email Namespace= __TOC__ ==Methods== The Email namespace includes the following methods: * create ===create=== {| ! Signature | <static> create('...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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!