5898 Create a cron to monitor messageChannelSyncStatus (#5933)

Closes #5898
This commit is contained in:
bosiraphael
2024-06-19 16:04:01 +02:00
committed by GitHub
parent 016132ecf6
commit 86f95c0870
5 changed files with 143 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { EnvironmentService } from 'src/engine/integrations/environment/environm
type MessagingTelemetryTrackInput = {
eventName: string;
workspaceId: string;
workspaceId?: string;
userId?: string;
connectedAccountId?: string;
messageChannelId?: string;