Forwarded from OxaPay Crypto Payment Gateway
🚀 All you need from crypto in one library for botsBusiness users! Exciting update for #BotsBusiness users: Introducing OxaPay's latest update with Merchant invoices, static addresses, white-label addresses, and a powerful payout API without KYC. Dive into details in the docs and explore at bots.business today! 💼💰
🔗 OxaPay.com
📢 @OxaPay
🔗 OxaPay.com
📢 @OxaPay
👍29🔥7
We need to remove searching and ordering for List.
Why?
- it is used by less than 1% of users and no one knows about it
- it's very good for performance for everyone
Why?
- it is used by less than 1% of users and no one knows about it
- it's very good for performance for everyone
👎3
Forwarded from Bots.Business
How to make own BJS Api gateway?
Web App version
Command /getUrl
https://help.bots.business/bjs/web-app#passing-data-to-bjs
command cloneBot:
Web App version
Command /getUrl
// just run this command and you will have url for your own APISo you will have url and you can pass any data via it from your external App:
var url = WebApp.getUrl({ command: "cloneBot" });
Bot.sendMessage(url)
https://help.bots.business/bjs/web-app#passing-data-to-bjs
command cloneBot:
BBAdmin.installBot(
{
// bot will be cloned to this email
email: options.email, // you pass email via url params
// see bot id in the app -> Bots -> Bot
bot_id: options.bot_id,
// you can pass bot token if you want
token: options.bot_token,
// bot can be installed as protected
// as_protected: true,
// you can pass properties to bot:
// bot_properties: [
// { name: 'test',
// value:'hello world',
// type:'string' }
// ]
}
)
WebApp.render({ content: "Bot cloned" });
Now you can use this own API from your any external apphelp.bots.business
Web App | Bots.Business - Help
With web app you can render web content
Webhook Lib update:
- all request options now like Headers, IP, Params and etc
- result from BJS in { answer: YOUR_DATA }
- status can be 200 or 503
See help:
https://help.bots.business/libs/webhooks-lib
- all request options now like Headers, IP, Params and etc
- result from BJS in { answer: YOUR_DATA }
- status can be 200 or 503
See help:
https://help.bots.business/libs/webhooks-lib
👍3🔥1
👍6
Oxapay lib fixed:
add hmac signature
💥Update: need reinstall OxaPay lib in your bot
add hmac signature
💥Update: need reinstall OxaPay lib in your bot
❤2🔥2
We have orange Apdex on status.bots.business.
But it is bad only from Singapore. France and Germany have good speed. Seems it is our checker toll issue not BB.
But it is bad only from Singapore. France and Germany have good speed. Seems it is our checker toll issue not BB.
🤔2
Suddenly long update. It was quickly on test stand but real BB have bigger traffic and database.
Sorry for waiting
Sorry for waiting
🔥4👍2❤1👎1
Unfortunately the update had to be canceled due to excessive downtime.
We will analyze the errors and make it later. There will be separate news about service times.
Sorry 😔
We will analyze the errors and make it later. There will be separate news about service times.
Sorry 😔
🤬6🤔2👎1
Can we remove props for old bots?
Anonymous Poll
46%
Yes. You can remove props for bots stopped for 1 years
13%
Yes. Remove props for bots stopped for 2 years
22%
No!
12%
I don't understand
7%
Just see results
👍3👎3