(Created target blank page For Version: HTCC:9.0.0DRAFT) |
|||
Line 1: | Line 1: | ||
− | <!-- | + | = Email Namespace= |
+ | {{NoteFormat|The content on this page is no longer updated. To find the latest content, go to [https://all.docs.genesys.com/PEC-Developer/Current/SCAPI/EmailNamespace 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]] |
Latest revision as of 16:58, February 1, 2022
Email Namespace
Important
The content on this page is no longer updated. To find the latest content, go to Email namespace.Contents
Methods
The Email namespace includes the following methods:
create
Signature | <static> create(destination, userData) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | Creates a new empty email. | ||||||||||||
Parameters |
|
This page was last edited on February 1, 2022, at 16:58.
Comments or questions about this documentation? Contact us for support!