βοΈ The validation rules are live! They are designed to validate user input with
Available rules:
Release notes and a new example.
ask
block.Available rules:
number, numeric, digits, url, email, phone, image, file, video, audio, location, confirm, min:10, max:2, non-free-input, free-input, size, /<regexp>/
Also it's possible to combine them. E.g. if you need to validate zip code which consists of 5 digits, just put validate:digits|size:5
into a proper ask
block. Release notes and a new example.
βοΈ Data Sanitization. With a new
For instance, if we need to store a phone number and users type in (555) 555-1234, we can save it now like this 5555551234. More about the new feature in the version v3.0.3
output
field for an ask
block, it is possible to clear inserted data from unneeded symbols and phrases. For instance, if we need to store a phone number and users type in (555) 555-1234, we can save it now like this 5555551234. More about the new feature in the version v3.0.3
βΆοΈ In this new video learn how to switch a spreadsheet with your chatbot to a new one, and return it back if needed. This could be useful when you test new scenarios and try new examples.
https://youtu.be/Hde0BxJ09Ck
https://youtu.be/Hde0BxJ09Ck
Hello everyone! We continue our effort to bring new values for telegram communities, and this time we prepared and launched the PRO version π
Very soon we will improve bot's performance, release π general and game changing features π, so stay tuned!
https://xlsheetbot.com/
Very soon we will improve bot's performance, release π general and game changing features π, so stay tuned!
https://xlsheetbot.com/
Hey guys, for those who need a PRO version and who are outside of EU πͺπΊ, now we receive payments in bitcoin (BTC) https://bitcoin.org/
bitcoin.org
Bitcoin - Open source P2P money
Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started with Bitcoin on bitcoin.org.
π The new release is out!
π Now we can create multiple chatbots from one Telegram account! This feature is PRO though, so make sure you're subscribed π«
π Also we've reworked the @xlsheet_bot workflow, so it's more simple and supports multiple bots
Stay tuned, more things are coming... π
π Now we can create multiple chatbots from one Telegram account! This feature is PRO though, so make sure you're subscribed π«
π Also we've reworked the @xlsheet_bot workflow, so it's more simple and supports multiple bots
Stay tuned, more things are coming... π
Guys, we are currently working on a HUGE π update, and hasten to announce that it is already in testing! Meanwhile we've prepared another thing which will help you with managing your bots - it's the DELETE bot button.
This is especially important for those who can't afford having a PRO version but need to erase an old bot and register a new one.
The big update is coming next! Stay tuned π€
This is especially important for those who can't afford having a PRO version but need to erase an old bot and register a new one.
The big update is coming next! Stay tuned π€
πππ₯ The Big Update is out!
Now it is possible to convert your Google Form into a telegram chatbot in one minute, this video is a proof https://youtu.be/TktQ7XaY9Ug
It works as simple as this:
π Open @xlsheet_bot
π Send to the bot your google email and a link to your google form (make sure it is shared with bot's google account xlsheetbot@gmail.com)
π Open @botfather and register a new bot
π Copy a token from @botfather and into @xlsheet_bot
VoilΓ ! You have a bot-copy of your form π
Now it is possible to convert your Google Form into a telegram chatbot in one minute, this video is a proof https://youtu.be/TktQ7XaY9Ug
It works as simple as this:
π Open @xlsheet_bot
π Send to the bot your google email and a link to your google form (make sure it is shared with bot's google account xlsheetbot@gmail.com)
π Open @botfather and register a new bot
π Copy a token from @botfather and into @xlsheet_bot
VoilΓ ! You have a bot-copy of your form π
βοΈ Quick update
Stripe is online for XLSheetBot.
This should fix all issues with international payments π
Stripe is online for XLSheetBot.
This should fix all issues with international payments π
What would you like to see on the next release?
Anonymous Poll
27%
Transfer bot ownership
31%
Telegram groups integration
29%
Search data from google sheet records
13%
Advanced statistic
βοΈ We added a possibility to search data in the table as was requested by the community π₯³
There is a new action
There is a new action
find
with fields table, pipe, variable
. For instance, if we need to find a phone through My Contacts sheet (with columns: Name, Phone, Info) by name 'Rickβ, we can add:table: My ContactsMore in the docs: https://doc.xlsheetbot.com/other-blocks/action/find-action
pipe: find(Rick).column(2)
variable: phone
π Here we have a new Free vs Pro comparing table https://doc.xlsheetbot.com/free-vs-pro
Now you can grasp what advantages you get from a Pro version.
Also there are some new fixes were rolled out in version v3.4.2, among them there is a broadcast fix and a reworked commands limit
Now you can grasp what advantages you get from a Pro version.
Also there are some new fixes were rolled out in version v3.4.2, among them there is a broadcast fix and a reworked commands limit
βοΈ The new transfer ownership release is available
Click 'Transfer Ownership' under the bot's menu and follow the instructions
P.S. don't forget to transfer the bot in @BotFather and share the spreadsheet with the new owner π¨βπΌ
Cheers!
Click 'Transfer Ownership' under the bot's menu and follow the instructions
P.S. don't forget to transfer the bot in @BotFather and share the spreadsheet with the new owner π¨βπΌ
Cheers!
What would you like to see in the next release?
Anonymous Poll
64%
Chatbot helps with telegram groups π₯
18%
Add crypto for chatbots π°
18%
Upload chatbot's user profile with variables π¨βπΌ
Hi Guys,
If you need help with your bot please don't hesitate to schedule a meeting with an expert π©βπ«
Just run /help within @xlsheet_bot and follow the link
If you need help with your bot please don't hesitate to schedule a meeting with an expert π©βπ«
Just run /help within @xlsheet_bot and follow the link
Hello everyone, we launch the discussion group for XLSheetBot.
Please join the group @xlsheetbotgroup
There are some common sense rules to follow:
- The group language is English
- Stay on topic
- Advertisement or posting as channels is disallowed
- No meta questions (e.g. "Can I ask something?")
- Only mention or reply to users directly if you're answering their question or following up on a conversation with them.
Please join the group @xlsheetbotgroup
There are some common sense rules to follow:
- The group language is English
- Stay on topic
- Advertisement or posting as channels is disallowed
- No meta questions (e.g. "Can I ask something?")
- Only mention or reply to users directly if you're answering their question or following up on a conversation with them.
Hello Dear Community π΅
New search options available with
You could try this example working with the test chatbot@test_xlsheet_bot
Also, please, join discussion group @xlsheetbotgroup
New search options available with
find
action in the new release. Now find
works with any regexp, e.g. find(/^test.*$/)
and column
and row
could return a range of records, e.g. row(1:5).column(1:2)
. So now you can easily search sheets for data by any keys and limit the result by number of records, here is an example Search Contacts TableYou could try this example working with the test chatbot
Hey guys, we've added Open AI π§ completion to XLSheetBot. To try it out create a new action
Also you can try how it works with demo bot here: @ai_gpt3_bot
openai
without additional parameters, it takes the last message being sent to the bot and replies back to chat, very simple example is here: Open AIAlso you can try how it works with demo bot here: @ai_gpt3_bot
Action
Also you can try how it works with demo bot here: @ai_gpt3_bot
openai
was improved and now keeps conversation session for 30 minutes after being unused. Also you can try how it works with demo bot here: @ai_gpt3_bot