slack
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name SLACK_TOKEN or zero doctor check-connector --url https://slack.com/api/chat.postMessage --method POST
Messages
Send Message
curl -s -X POST "https://slack.com/api/chat.postMessage" \
--header "Authorization: Bearer $SLACK_TOKEN" \
--header "Content-Type: application/json" \
-d "{\"channel\": \"<channel-id>\", \"text\": \"Hello, World\"}"