Difference between revisions of "Slack API"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://api.slack.com/
  
 +
== [[Slack API: Invite user to a Workspace]] ==
  
[[Workspace]]:
 
* https://api.slack.com/admins/workspaces#inviting
 
  
 
+
* [[Token]] generation: https://api.slack.com/tutorials/tracks/getting-a-token
[[curl -F]] token=[[xoxp]]-... -F team_id=T1234 -F [[channel_ids]]=C1234 [email protected] https://slack.com/api/admin.users.invite
 
 
 
 
 
<code>[[curl -d]] "token=[[xoxb]]-not-a-real-token-this-will-not-work" https://slack.com/api/auth.test</code>
 
 
 
 
 
* Token generation: https://api.slack.com/tutorials/tracks/getting-a-token
 
  
 
== Activities ==
 
== Activities ==
 
* Read https://stackoverflow.com/questions/tagged/slack-api?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/slack-api?tab=Votes
 +
 +
== Related ==
 +
* [[Slack app]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:57, 8 October 2021

Advertising: