Parameter CUSTOM_COMMANDS¶
The parameter sets a list of custom commands processed by a custom bot on the backend group side. The listed commands will not cause an error in Hotline about incorrect command name.
The parameter is needed if you want to add your own bot to the backend group and give it commands starting with slash /.
Usually used with external integrations with Hotline.
By default, the list is empty, any command unknown to Hotline will result in an error about incorrect command name.
Data Format¶
Each command must start with slash /, be in quotes, values separated by commas.
Cannot override standard Hotline commands.
The setup bot needs to be sent the required value after selecting the parameter for editing.
Default Value¶
NONE
Usage Examples¶
"/user", "/invoice"
Result: Hotline will not output an error when sending the specified commands in the backend group.
Main use cases:
- external integrations