Message scheduler #2
Labels
400 Points
By redeeming the points you'll receive compensation. 35% fiat and the rest is project token.
enhancement
New feature or request
good first issue
Good 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 }
The text was updated successfully, but these errors were encountered: