Skip to content

maton-ai/slack-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Maton Slack

Slack API integration with managed OAuth authentication.

Send messages, manage channels, list users, and automate Slack workflows with a single API key.

Quick Start

# Post a message to a channel
curl -s -X POST 'https://gateway.maton.ai/slack/api/chat.postMessage' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -d '{"channel": "C0123456789", "text": "Hello from Maton!"}'

Getting Your API Key

  1. Sign in or create an account at maton.ai
  2. Go to maton.ai/settings
  3. Click the copy button to copy your API key
export MATON_API_KEY="YOUR_API_KEY"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors