Difference between revisions of "Simple Groups API"
From SmartBots Developers Docs
Line 1: | Line 1: | ||
− | The Group | + | The Simple Group API commands are being sent to the bot by calling a special HTTP URL: |
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://api.mysmartbots.com/api/simple.html | https://api.mysmartbots.com/api/simple.html | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | The request can be either GET or POST. Read the [[/Calling Simple Group | + | The request can be either GET or POST. Read the [[/Calling|Calling Simple Group API]] article for more info. |
== Testing == | == Testing == | ||
+ | |||
You can compose and test your queries using SmartBots API Testing Suite:<br/> | You can compose and test your queries using SmartBots API Testing Suite:<br/> | ||
http://www.mysmartbots.com/api/testing.html | http://www.mysmartbots.com/api/testing.html | ||
− | == Available | + | == Available Simple Group API commands == |
{{API_Table_start|Command|Description}} | {{API_Table_start|Command|Description}} |
Revision as of 15:16, 14 October 2019
The Simple Group API commands are being sent to the bot by calling a special HTTP URL:
https://api.mysmartbots.com/api/simple.html
The request can be either GET or POST. Read the Calling Simple Group API article for more info.
Testing
You can compose and test your queries using SmartBots API Testing Suite:
http://www.mysmartbots.com/api/testing.html
Available Simple Group API commands
Command | Description | |
---|---|---|
Membership | ||
invite | Sends the group invitation to specific resident. | |
eject | Ejects residents from the group. |