To schedule a message, you need to create a scheduled message event. In order to do that you need the following
Contact - Recipient to send to
Message - Content to send
User Id - Id associated with user who created the event
Scheduled time - Time when the message is scheduled to be sent
Assuming contacts has already been created, the flow would only have an option to create the Message record. The flow would look like:
Select contacts -> Enter message to send -> Enter scheduled time to send message -> Review and send
This will be a four-stage flow. I will tweak the existing send message flow and add a step after creating the message. That step will provide a time for the user to select.
Add feature to schedule a message.
To schedule a message, you need to create a scheduled message event. In order to do that you need the following
* Contact - Recipient to send to
* Message - Content to send
* User Id - Id associated with user who created the event
* Scheduled time - Time when the message is scheduled to be sent
Assuming contacts has already been created, the flow would only have an option to create the Message record. The flow would look like:
```
Select contacts -> Enter message to send -> Enter scheduled time to send message -> Review and send
```
This will be a four-stage flow. I will tweak the existing send message flow and add a step after creating the message. That step will provide a time for the user to select.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add feature to schedule a message.
To schedule a message, you need to create a scheduled message event. In order to do that you need the following
Assuming contacts has already been created, the flow would only have an option to create the Message record. The flow would look like:
This will be a four-stage flow. I will tweak the existing send message flow and add a step after creating the message. That step will provide a time for the user to select.