From Genesys Documentation
Jump to: navigation, search

Email namespace

Learn about the Email namespace methods in the Service Client API.

Methods

The Email namespace includes the following methods:

create

Signature <static> create(destination, userData, succeeded, failed)
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.
succeeded function A function called when the operation succeeds.
failed function A function called when the operation fails.
Comments or questions about this documentation? Contact us for support!