Boomi Connect Use Cases
Use Case 1: Conversational AI for an AE
Persona: Account Executive
Scenario: An account executive had a promising call with a prospective customer. They want to use the meeting notes from Gong to create an opportunity in Salesforce
Interaction: AE types in their locally installed chat client (for example, Claude): "Create an opportunity in the Salesforce cloud for this prospect using the information from the attached meeting notes."
How it Works:
- An LLM-powered agent (the MCP Client) receives the natural language prompt.
- It discovers the available Boomi tools via the MCP server and identifies a "Create Opportunity" process.
- It also parses the provided information and creates the payload to send to the tool
- The agent invokes the tool. The MCP server receives the request, authenticates it, and triggers the corresponding Boomi process.
- The Boomi process executes, making calls to Salesforce to create the opportunity.
- The MCP server returns a status update to the agent about the process's completion. The agent then summarizes this for the manager in a conversational format.
Use Case 2: Conversational AI for Sales Operations
Persona: Sales Operations Manager.
Scenario: A manager needs the latest information on a high-value customer before a meeting. This requires data from both Salesforce (for recent activity) and NetSuite (for order history and billing status).
Interaction: The manager types into a corporate chatbot or a locally installed chat client (for example, Claude): "Give me a 360-degree view of ACME Corporation."
How it Works:
- An LLM-powered agent (the MCP Client) receives the natural language prompt.
- It discovers the available Boomi tools via the MCP server and identifies a "Get Customer 360" process.
- The agent invokes the tool. The MCP server receives the request, authenticates it, and triggers the corresponding Boomi process.
- The Boomi process executes, making calls to Salesforce and NetSuite APIs to gather all relevant customer data.
- The process consolidates the information into a single, structured response, which the MCP server returns to the agent. The agent then summarizes this for the manager in a conversational format.
Use Case 3: Automated IT & Help Desk Self-Service
Persona: An employee of an organization
Scenario: An employee has been locked out of their account for an internal application after exceeding the maximum number of failed login attempts.
Interaction: The employee goes to an IT support portal and chats: "I'm locked out of the marketing portal. Can you unlock my account?"
How it Works:
- The support chatbot (an MCP Client) identifies the user's intent and discovers a "User-Account-Unlock" Boomi process.
- It calls the tool, passing the user's verified identity. The MCP server ensures the request is properly authenticated.
- The Boomi process runs a series of automated steps: it connects to Active Directory to unlock the account, logs the event in a ticketing system such as ServiceNow, and confirms that the action was completed.
- The success message is returned through the MCP server to the chatbot, which informs the employee: "Your account for the marketing portal has been unlocked. Try logging in again.”