Utility for calling chat.scheduleMessage API of Slack
Create your Slack app and generate your User OAuth Token with the User Token Scopes below:
- channels:read
- channels:write
- chat:write
Then, put the token to user_oatuh_token.txt
.
add_user_to_all_channels.sh
Please see the example in test.jsonl
.
post_scheduled_messages.sh < test.jsonl
show_scheduled_messages.sh
delete_all_scheduled_messages.sh