Bring Your Own Bot Setup Entities

The Bring Your Own Bot (BYOB) feature introduces two setup entities to integrate external bots with the Salesforce Conversation Platform.

This entity describes an integration that an Independent Software Vendor (ISV) or organization provides, that allows an external system to provide conversation participants. The integration also defines an organization’s access to this ISV integration, including how the ISV authenticates with Salesforce and receives events sent from Salesforce along with metadata about the ISV and the external system.

Field LabelDeveloper NameTypeDescriptionRequired
Master LabelMasterLabeltextThe human-readable name to show in the UI (Inherited from the Setup Entity Template).Yes
Developer NameDeveloperNametextThe developer name to use internally/in the code (Inherited from the Setup Entity Template).Yes
Connected App Oauth LinkConnectedAppOauthLinktextThe OAuth link for the ExternalClientApp associated with the record. The ExternalClient will be used to call the Interaction Service APIs.Yes
Conversation Vendor InfoConversationVendorInfoforeignkey (ConversationVendorInfo)Represents the vendor/partner associated with this entity. If a partner is providing a package solution, this field contains the partner’s information.No
Custom Platform EventCustomPlatformEventforeignkey (CustomEntityDefinition)Represents the custom platform event against which the outbound events are published on the Salesforce event bus.Yes
Custom Event Payload FieldCustomEventPayloadFieldforeignkey (CustomFieldDefinition)Refers to the specific field within the custom platform event to be used to set the event payload. It is used to publish the payload corresponding to each event type.Yes
Custom Event Type FieldCustomEventTypeFieldforeignkey (CustomFieldDefinition)This refers to the specific field within the custom platform event to be used to define the event type. It serves to differentiate between various published events, such as Interaction, RoutingRequested, and so on.Yes

This entity describes a specific chatbot participant within the integration provided by ConversationParticipantDef. It holds details about the chatbot, such as its identifier in the external system and its display name. This chatbot can join a Conversation as a participant when it is requested to do so, and then it can send and receive messages or events related to that Conversation.

Field LabelDeveloper NameTypeDescriptionRequired
External Conversation Participant Integration DefinitionExtConvParticipantIntegDefforeignkey (ExtConvParticipantIntegDef)Represents the ExtConvParticipantIntegDef associated with this entity.Yes
External IdExternalIdtextIdentifier to uniquely identify this bot in an external system.Yes
Is ActiveIsActivebooleanIdentify if the bot is available to use in a conversation. If not, the conversation would be routed to a fallback queue.Yes
Display NameDisplayNametextName of the bot to show in the agent experience UI and web client.Yes
TypeTypestaticenumType of the external bot. Valid value: Chatbot.No