alfred-slack-workflow
Post message to Slack via Alfred
Usage
- Download alfred-slack-workflow.alfredworkflow and open to register the workflow to your Alfred app.
- Open the workflow directory and edit
env
file to set environment variables.
- Edit
env
.
SLACK_INCOMING_WEBHOOK_URL="https://hooks.slack.com/services/*/*/*"
SLACK_CHANNEL_NAME="#channel-name"
SLACK_USER_NAME="username"
SLACK_ICON_URL="http://your/icon/url.png"
- Type
sl <your message>
in Alfred window.