add support for Live Agent and Einstein Chat Bot
We're using Live Agent and Einstein Chat bot but there is no way to deploy this in Gearset. Per Metadata API v43.0, these objects can be retrieved and deployed:
- Bot
- BotVersion
- EmbeddedServiceBranding
- EmbeddedServiceConfig
- EmbeddedServiceLiveAgent
- LiveAgentSettings
- LiveChatAgentConfig
- LiveChatButton
- LiveChatDeployment
- LiveChatSensitiveDataRule
since we use Gearset for all deploys to source and to orgs; omitting LiveAgent and chat bots means we don't have a consistent way of maintaining truth
-
Support for the various EmbeddedService related metadata types have now been added.
Note: LiveAgentSettings falls under the existing Settings metadata type so is also supported.
-
Gearset can also support the LiveChatButton, LiveChatDeployment, LiveChatSensitiveDataRule and LiveChatAgent metadata types.
-
Einstein Bot and Bot Version metadata type support is now available.
We're currently investigating adding support for the other types listed.