Skip to content

tmarcus87/slackutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackutil

# Send message
$ docker run --rm -e SLACK_API_TOKEN=token tmarcus87/slackutil \
  slackutil -channel '#name-of-channel' -message 'Hello!'
{"channel":"ChannelID", "ts": "ThreadID", "message": ""}

# Send message to thread
$ docker run --rm -e SLACK_API_TOKEN=token tmarcus87/slackutil \
  slackutil -channel '#name-of-channel' -message 'Hello!' -thread "THREAD_ID"
{"channel":"ChannelID", "ts": "ThreadID", "message": ""}

About

Send message to slack and get thread-id

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published