We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3985f commit 2a16f5bCopy full SHA for 2a16f5b
services/followUpService.js
@@ -645,7 +645,7 @@ class FollowUpService {
645
memberId: memberByPhone._id,
646
direction: 'outbound',
647
conversationStage: 'awaiting_reply',
648
- messageType: { $in: ['absent_reminder', 'follow_up'] }
+ messageType: { $in: ['absent_reminder', 'follow_up', 'welcome'] }
649
}).sort({ createdAt: -1 });
650
651
if (!lastOutbound) {
0 commit comments