White-label API
The white-label solution allows you to use all of Fullyst's features with your own bot. It increases the trust of your users and helps to get updates and responses to commands as quickly as possible
Last updated
Was this helpful?
The white-label solution allows you to use all of Fullyst's features with your own bot. It increases the trust of your users and helps to get updates and responses to commands as quickly as possible
Last updated
Was this helpful?
In "full-control" mode we will automatically configure a webhook for your bot, so you can't use your own commands. But in this mode, you don't need to have your own servers and don't need to have programming skills.
Create an API application on the page
Insert the API token of your bot (received from @BotFather) in the form
Tick the "Full control" checkbox
Click the "Save" button
Unlike other services, we don't require full control over your bot and that's why we created it this way. This method is suitable for bots that must contain their own functionality different from Fullyst's functionality and require you to maintain your own webhook.
Insert the API token of your bot (received from @BotFather) in the form
Don't tick the "Full control" checkbox
Click the "Save" button
Now you should send all data that you receive from Telegram to our webhook API as a POST request:
with the following parameters:
Now you can use your bot as
Create an API application on the page