Blog tools

Blog archives

HTTP API Inventory Updates

We’ve rolled out two important improvements and feature updates to the HTTP API, focused on making inventory access more flexible and easier to work with in scripts.

inventory_list Improvements
The inventory_list action now supports additional optional parameters that allow filtering and searching inventory items directly at the API level:

  • skipnames: Skips attachments whose names contain the specified substring (case-insensitive).
  • matchnames: Returns only attachments whose names contain the specified substring (case-insensitive).
  • matchuuid: Returns only the attachment with the specified UUID.

These additions make it possible to search a bot’s inventory and return details only for the items you’re interested in, without additional client-side filtering.

New inventory_list_2 action
Alongside these improvements, we’re introducing a new HTTP API action: inventory_list_2.

This new action supports the same filtering and searching options as list_inventory, but returns the results in a cleaner, more structured JSON format that’s easier to consume in modern scripts.

Example response:

{
  "action": "inventory_list_2",
  "result": "OK",
  "list": [
    {
      "uuid": "12b4eca0-5499-3321-ac14-56e5ecb25e95",
      "name": "Instructions Notecard",
      "flags": "",
      "assetUuid": "719197e1-79bb-a8f8-4901-ccee019982b6",
      "currentPerms": [
        "copy",
        "mod",
        "trans"
      ],
      "type": "Notecard",
      "nextPerms": [
        "copy",
        "mod",
        "trans"
      ],
      "clothing": ""
    }
    // ...more items
  ]
}

New folder_create action
By customer request, we also added a new action to create folders in the bot’s inventory: folder_create.

Happy scripting!

Texture Upload Improvements via HTTP API

We’ve made an improvement to texture uploads via the texture_upload HTTP API function.

An issue affecting Premium Plus accounts was identified and resolved, and texture uploads are now working as expected.

While applying this fix, we also extended support for higher-resolution textures. The HTTP API now allows texture uploads up to 2048×2048, enabling bots to upload full 2K textures directly!

Thanks to the customer who helped surface this issue, and Happy scripting!

Advanced Notices now allows custom scheduling!

Advanced Notices add-on is designed to enhance your business by sending important notices and announcements using a calendar-based interface.

Recently we conducted a survey asking for feedback regarding the Advanced Notices add-on, as always our users were kind enough to provide very useful feedback. Thank you!

We added a feature to allow custom scheduling, when you visit your Advanced Notices add-on

1. Visit your Advanced Notices and create new notice
2. Enable the Repeat option
3. You will notice the Custom option that you can click.

This option will allow you to enter your own schedule, which our system will recognize, parse it with our scheduling and give you the confirmation.

 

To find out more information and what kind of scheduling rules you can currently enter, Visit Custom Schedule Documentation

You can purchase the Advanced Notices add-on from our add-on store – if you need any help, feel free to contact our 24/7 Live Chat Support

Waypoints Navigator Update

Waypoints Navigator Application (add-on) is one of our most popular add-ons. It’s packed full of features, making this add-on a must-have for your bot. Now we have rewritten the add-on from scratch to enhance it even more.

 Whats new in WayPoints Navigator

  • The ability to import and export your WayPoints.
  • Slight changes to the interface, whilst keeping it familiar.
  • Multi language support*

Visit our SmartBots add-ons page to start using Waypoints Navigator Application (add-on) with your bot.

If you have any questions, our 24/7 Live Chat Support team is always ready to help, feel free to contact us!

This update was a result of a welcomed request from one of our valued customers, as seen here

* If you feel you can help translating Waypoints (for a reward) please contact us.

 

Older Posts »