jolicode / secret-santa

:santa: The code behind Secret Santa, the holiday bot for Slack / Discord / Webex
https://secret-santa.team/
MIT License
213 stars 19 forks source link

Add support for Slack sheduling messages #200

Closed pyrech closed 3 years ago

pyrech commented 3 years ago

Slack allows to schedule message in future by just sending a post_at parameter to the request body. See https://api.slack.com/messaging/scheduling for more information.

Note:

We could add a checkbox at the 2nd step, only for Slack application, to allow to choose a date:

secret-santa-scheduling

pyrech commented 3 years ago

Fixed by #208