--- title: CreateOutboundMessagingConversationRequest --- :::error **The Ruby SDK is deprecated as of 9/16/2020** The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cloud Ruby SDK, you will need to use the Genesys Cloud REST endpoints directly. More information can be found in the [Official Announcement](https://developer.mypurecloud.com/forum/t/announcement-genesys-cloud-ruby-sdk-end-of-life/8850). ::: ## PureCloud::CreateOutboundMessagingConversationRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **queue_id** | **String** | The ID of the queue to be associated with the message. This will determine the fromAddress of the message. | | | **to_address** | **String** | The messaging address of the recipient of the message. For an SMS messenger type, the phone number address must be in E.164 format. E.g. +13175555555 or +34234234234 | | | **to_address_messenger_type** | **String** | The messaging address messenger type. | | | **use_existing_conversation** | **BOOLEAN** | An override to use an existing conversation. If set to true, an existing conversation will be used if there is one within the conversation window. If set to false, create request fails if there is a conversation within the conversation window. | [optional] | | **external_contact_id** | **String** | The external contact Id of the recipient of the message. | [optional] | | **external_organization_id** | **String** | The external organization Id of the recipient of the message. | [optional] | {: class="table table-striped"}