Closed criscmaia closed 7 years ago
Implement a BOT that will send reminder messages to check if the user has set up the correct time zone on Slack, for example:
"Your time zone is currently set to (UTC-08:00) Baja California. Is this correct?
The user has to type either 1/2 or yes/no.
if [YES] - "Great! We can move on to the next step now"
if [NO]: "Please click on this link to update your time zone: https://sciencegsd.slack.com/account/settings#timezone " wait 5 seconds repeat the original question
if no response, send the same question next time they are online.
What do you think of including this as part of the welcome message?
It would simplify the development.
Sounds good to me :)
completed
Implement a BOT that will send reminder messages to check if the user has set up the correct time zone on Slack, for example:
"Your time zone is currently set to (UTC-08:00) Baja California. Is this correct?
The user has to type either 1/2 or yes/no.
if [YES] - "Great! We can move on to the next step now"
if [NO]: "Please click on this link to update your time zone: https://sciencegsd.slack.com/account/settings#timezone " wait 5 seconds repeat the original question
"Your time zone is currently set to (UTC-08:00) Baja California. Is this correct?
if no response, send the same question next time they are online.