diff --git a/packages/bot-engine/whatsapp/resumeWhatsAppFlow.ts b/packages/bot-engine/whatsapp/resumeWhatsAppFlow.ts index 27dbbed83..69f61da56 100644 --- a/packages/bot-engine/whatsapp/resumeWhatsAppFlow.ts +++ b/packages/bot-engine/whatsapp/resumeWhatsAppFlow.ts @@ -56,7 +56,7 @@ export const resumeWhatsAppFlow = async ({ } } - if (credentials.phoneNumberId !== phoneNumberId) { + if (credentials.phoneNumberId !== phoneNumberId && !isPreview) { console.error('Credentials point to another phone ID, skipping...') return { message: 'Message received',