diff --git a/src/auto-reply/reply/dispatch-from-config.ts b/src/auto-reply/reply/dispatch-from-config.ts index f01a47ad80c..8f68e4ab784 100644 --- a/src/auto-reply/reply/dispatch-from-config.ts +++ b/src/auto-reply/reply/dispatch-from-config.ts @@ -565,7 +565,7 @@ export async function dispatchReplyFromConfig(params: { { channelId: hookContext.channelId, accountId: hookContext.accountId, - conversationId: hookContext.conversationId, + conversationId: inboundClaimContext.conversationId, sessionKey: sessionStoreEntry.sessionKey ?? sessionKey, senderId: hookContext.senderId, },