Email namespace

From Genesys Documentation
Jump to: navigation, search
This topic is part of the manual Service Client API Reference for version Current of Developer.

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!