Hi there,
recently we started to use the API to sent Agentless Messages (SMS) through .NET nuget package PureCloudPlatform.Client.V2.
It works great and it returns some response like:
class SendAgentlessOutboundMessageResponse {
Id: fccd74000000000000990999929225ee32
ConversationId: a7bf02ee-0000-0000-0000-367e763a56b7
FromAddress: + 447700000000
ToAddress: + 420603000000
MessengerType: Sms
TextBody: This is a test message.
MessagingTemplate:
UseExistingActiveConversation: False
Timestamp: 19.06.2023 9:48:01
SelfUri: /api/v2/conversations/messages/a7bf02ee-0000-0000-0000-367e763a56b7/messages/fccd74000000000000990999929225ee32
User:
}
Now our management wants to connect such newly created conversation to a particular Queue identified by a particular Queue:
- Queue Id: b2b8bdcb-000-000-000-56eb5d9d740d
- Queue Name: 081_OP_XXX
- CLAIM_NUMBER: 1234567
and my question is what method/endpoint to use to allow such "connection".
I have checked the API but I do not see anything even close to what I woudl liek to do so I am not even sure whether it can be accomplished. If so and more steps are needed, I would appreciate some basic hints or directions.
Cheers