-
Notifications
You must be signed in to change notification settings - Fork 172
Description
Is your feature request related to a problem? Please describe.
Currently, the app lacks the ability to schedule messages for future delivery. This limitation prevents users from planning their communication in advance, which can be frustrating when trying to send timely messages without being available at the exact moment of dispatch. Additionally, it can lead to sending messages at inappropriate times, such as during nighttime hours, which is often considered bad practice.
Describe the solution you'd like
Incorporate scheduling capabilities for dispatching messages at specific times. This feature would allow users to:
- Compose messages in advance
- Set a specific date and time for message delivery
- Avoid sending messages during nighttime or other inappropriate hours
Describe alternatives you've considered
- Using external scheduling tools or cron jobs to trigger message sending at specific times
- Implementing a basic delay function that allows users to set a time delay for message dispatch
- Creating a separate application for message scheduling that integrates with the gateway
Additional context
This feature would greatly enhance the flexibility and usability of the app, allowing for more efficient communication planning and management. It could be particularly useful for businesses sending reminders, birthday greetings, or time-sensitive notifications.