Is your feature request related to a problem? Please describe.
Considering a user has multiple workspaces
In workspace 1 a Bot is created with BotID – “test”
In workspace 2 another Bot is created with BotID – “test”
It errors out – Conflict: Bot "test" already exists and is already linked in workspace.
This is confusing to the user of workspace 2 as the user has no idea (or visibility) that a bot with BotID "test" already exists on the instance (in another workspace).
Describe the solution you'd like
This could be resolved if the BotIDs are unique autogenerated IDs. (Currently the BotIds are autogenerated, but are based off of the Bot Name the user chooses)
Describe alternatives you've considered
N/A
Additional context
This is mainly helpful when White-labeled
Is your feature request related to a problem? Please describe.
Describe the solution you'd like This could be resolved if the BotIDs are unique autogenerated IDs. (Currently the BotIds are autogenerated, but are based off of the Bot Name the user chooses)
Describe alternatives you've considered N/A
Additional context This is mainly helpful when White-labeled