This time, we’ve got a few changes!
- Variables in HTTP requests
- Script sorting by alphabet
- Return to the bot type section
- Last update dates for documentation articles
Variables in HTTP requests
You can now use variables when filling in the URL field in the HTTP request block, e.g., https://example.com${varname}
, https://${varname}/folder
or ${varname}
.
Script sorting by alphabet
Before today, all the scripts created with Aimylogic, were sorted according to the inner logic of Aimylogic system.
Now all the scripts on the main page are sorted by alphabet:
- first fo the names starting with numbers
- then go the names starting with letters, A to Z
Return to the bot type section
Earlier, after you were done with editing the script, you clicked the Aimylogic logo in the top left corner and found yourself on the chatbot page even if you weren’t building a chatbot.
We’ve realized it’s not that convenient. So now, when you return to the home page, you’ll see the script list of whatever type of scripts you were just building.
Last update dates for documentation articles
You’ve suggested to us a few times that we add the “Last updated” date to the documentation articles. We finally got the time to do it!
Now you’ll be able to tell if the article is up to date and we’ll be able to track what information we have to update asap.
Bug fixes and improvements
This time we were:
- fixing our layout
- fixing the bugs
- improving the variables: you can now use
$text
in the Intents block