slack-webhook
Installation
SKILL.md
Usage
Simple Message
Write to /tmp/slack_request.json:
{
"text": "Hello, world."
}
Then run:
curl -X POST $SLACK_WEBHOOK_URL -H "Content-type: application/json" -d @/tmp/slack_request.json
Write to /tmp/slack_request.json:
{
"text": "Hello, world."
}
Then run:
curl -X POST $SLACK_WEBHOOK_URL -H "Content-type: application/json" -d @/tmp/slack_request.json