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.shPlease see the example in test.jsonl.
post_scheduled_messages.sh < test.jsonlshow_scheduled_messages.shdelete_all_scheduled_messages.sh