-
Notifications
You must be signed in to change notification settings - Fork 1
Message scheduler #2
Copy link
Copy link
Open
Labels
400 PointsBy redeeming the points you'll receive compensation. 35% fiat and the rest is project token.By redeeming the points you'll receive compensation. 35% fiat and the rest is project token.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
400 PointsBy redeeming the points you'll receive compensation. 35% fiat and the rest is project token.By redeeming the points you'll receive compensation. 35% fiat and the rest is project token.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Goal
How
Suggestion
You can use this schema for the new collection, you might need to add new fields based on your need. this is only a jump start.
{ created_at: date, channelId: string, threadId: string, scheduled_for: date, message: string, userId: string, status: Enum(pending, done, failed) status_reason: string }