Uses of Class
com.mypurecloud.sdk.v2.model.CreateEmailRequest
Packages that use CreateEmailRequest
Package
Description
-
Uses of CreateEmailRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateEmailRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmails(CreateEmailRequest body) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApi.postConversationsEmailsWithHttpInfo(CreateEmailRequest body) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateEmailRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmails(ApiRequest<CreateEmailRequest> request) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApiAsync.postConversationsEmailsAsync(ApiRequest<CreateEmailRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider. -
Uses of CreateEmailRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateEmailRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateEmailRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateEmailRequestModifier and TypeMethodDescriptionPostConversationsEmailsRequest.builder(CreateEmailRequest body) voidPostConversationsEmailsRequest.setBody(CreateEmailRequest body) PostConversationsEmailsRequest.Builder.withBody(CreateEmailRequest body) PostConversationsEmailsRequest.withBody(CreateEmailRequest body) PostConversationsEmailsRequest.Builder.withRequiredParams(CreateEmailRequest body) -
Uses of CreateEmailRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateEmailRequestModifier and TypeMethodDescriptionCreateEmailRequest.attributes(Map<String, String> attributes) The list of attributes to associate with the customer participant.CreateEmailRequest.direction(CreateEmailRequest.DirectionEnum direction) Specify OUTBOUND to send an email on behalf of a queue, or INBOUND to create an external conversation.CreateEmailRequest.externalContactId(String externalContactId) The external contact with which the email should be associated.The ID of the flow to use for routing email conversation.CreateEmailRequest.fromAddress(String fromAddress) The email address of the sender of the email.The name of the sender of the email.An HTML body content of the email.CreateEmailRequest.languageId(String languageId) The ID of the language to use for routing.The priority to assign to the conversation for routing.The name of the provider that is sourcing the emails.The ID of the queue to use for routing the email conversation.CreateEmailRequest.skillExpression(String skillExpression) The skill expression to use for routing the email conversation (when using queueId).The list of skill ID's to use for routing.The subject of the emailA text body content of the email.The email address of the recipient of the email.The name of the recipient of the email.CreateEmailRequest.utilizationLabel(String utilizationLabel) Optional.