From 485c1a689accdd7be13cf324dca1937d08ffc836 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Mon, 21 Oct 2024 16:54:43 +0100 Subject: [PATCH] Ensure queue target is correctly set on queue transfers --- functions/transferChatStart.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/transferChatStart.ts b/functions/transferChatStart.ts index f590eeb6..b6381d8b 100644 --- a/functions/transferChatStart.ts +++ b/functions/transferChatStart.ts @@ -329,6 +329,7 @@ export const handler = TokenValidator( properties: { workflow_sid: context.TWILIO_CONVERSATIONS_CHAT_TRANSFER_WORKFLOW_SID, workspace_sid: context.TWILIO_WORKSPACE_SID, + queue_sid: targetSid, attributes: newAttributes, task_channel_unique_name: originalTask.taskChannelUniqueName, },