Sha256: 9b4c6de78de654a43367aa034a682f7ba6a4c53d80ec1005f32c03a30fd9e110

Contents?: true

Size: 1.6 KB

Versions: 6

Compression:

Stored size: 1.6 KB

Contents

---
title: CreateEmailRequest
---
## PureCloud::CreateEmailRequest

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **queue_id** | **String** | The ID of the queue to use for routing the chat conversation. This field is mutually exclusive with flowId | [optional] |
| **flow_id** | **String** | The ID of the flow to use for routing chat conversation. This field is mutually exclusive with queueId | [optional] |
| **provider** | **String** | The name of the provider that is sourcing the web chat. | |
| **skill_ids** | **Array<String>** | The list of skill ID's to use for routing. | [optional] |
| **language_id** | **String** | The ID of the language to use for routing. | [optional] |
| **priority** | **Integer** | The priority to assign to the conversation for routing. | [optional] |
| **attributes** | **Hash<String, String>** | The list of attributes to associate with the customer participant. | [optional] |
| **to_address** | **String** | The email address of the recipient of the email. | [optional] |
| **to_name** | **String** | The name of the recipient of the email. | [optional] |
| **from_address** | **String** | The email address of the sender of the email. | [optional] |
| **from_name** | **String** | The name of the sender of the email. | [optional] |
| **subject** | **String** | The subject of the email | [optional] |
| **direction** | **String** | Specify INBOUND to create an inbound email conversation to route to a queue, or OUTBOUND to send an email on behalf of a queue. | [optional] |
{: class="table table-striped"}


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
purecloudplatformclientv2-20.0.0 docs/CreateEmailRequest.md
purecloudplatformclientv2-19.0.0 docs/CreateEmailRequest.md
purecloudplatformclientv2-18.0.0 docs/CreateEmailRequest.md
purecloudplatformclientv2-17.0.0 docs/CreateEmailRequest.md
purecloudplatformclientv2-16.0.0 docs/CreateEmailRequest.md
purecloudplatformclientv2-15.0.0 docs/CreateEmailRequest.md