BOTWIZARD Documentation

  1. Helper (Util) Methods
  2. User Methods
  3. Bot Management Methods
  4. Tracking API errors
  5. Storing and changing bot settings
  6. Balance
  7. Working with chats and messages
    1. Search for chats and messages
    2. Chats
      1. Block/Unblock a Subscriber
      2. Chat ACL
    3. Messages and chat history
      1. Sending messages
        1. Write first
    4. Folders
      1. Folder ACLs
      2. Working with chats in a folder
  8. Incoming message routing
  9. Random block launch in the specified chat
  10. Script
    1. Chatbot script methods
      1. Productivity report and block launch statistics
      2. Script files
      3. Script emulation
    2. Script Blocks
      1. Custom blocks
        1. Custom block settings
      2. Built-in Blocks Schemas
    3. Description of the script format
  11. File storage
  12. Channels (messengers)
    1. Own (custom) messenger
      1. Passing events
      2. Command handler
  13. Bot members
  14. Apps (Add-ons)
  15. Tickets (internal)
  16. Leads
  17. Subscriptions

API

HTTP API server URL address: https://botapi.botwizard.net/

https://botapi.botwizard.net/

method=name of the API method
botid=bot ID (optional)
appid=your application ID (optional)
payload={"test":"Y","param2":"hi"} JSON (string) with request parameters

We recommend that you use our libraries instead of manually sending HTTP requests.