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
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
Make sure that you have access to the API token of your Telegram bot before starting
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 API Settings page
Insert the API token of your bot (received from @BotFather) in the form
Tick the "Full control" checkbox
Click the "Save" button
Now you can use your bot as @Fullystbot
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.
Create an API application on the API Settings page
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:
NB! In the case that a substitution or change of messages on the side of your webhook is detected, we reserve the right to unilaterally suspend your API application and/or prohibit the creation and use of new API applications.