Skip to main content

Prerequisites

Generate a Platform API Token

You'll need a Boomi Platform API Token and Account ID to configure the Agent step in Part 3 when embedding your agent into an integration process.

  1. Log in to your Boomi account at https://platform.boomi.com.

  2. Select (Account Name) → Settings from the top-right menu.

    Settings menu showing Account Information and Setup

  3. Select Platform API Tokens. Create a new token named Agentstudio and save it in a text editor (Notepad, TextEdit or VS Code).

    Platform API Tokens interface

    Save Your Token

    Remember to save your Platform API Token to a text editor for later use in Part 3.

  4. Select Account Information to copy the Account ID and save it in your text editor.

    Account Information showing Account ID

    Save Your Account ID

    Remember to save your Account ID to a text editor for later use in Part 3.

Create an Integration and Deploy It

For this lab, we will simulate the update of a CRM via an existing Boomi Integration. To do this, we will need to create an environment and an integration that will simulate this action.

Create an Environment

tip

If you already have a Boomi environment with a runtime, you can skip this section and move on to the next section.

  1. Log in to your Boomi account at https://platform.boomi.com.

  2. After logging in, click on Integration.

    Navigate to Integration

  3. Click on Manage > Runtime Management.

    Runtime Management menu

  4. In Runtime Management, click + New ▼.

    New Runtime button

  5. Select Environment.

  6. Configure your environment:

    • Name: Agent Testing
  7. Set the Environment Classification to Production.

  8. Click Save.

  9. Click + New ▼.

  10. Select Basic Runtime.

  11. Configure the runtime:

    • In the Cloud: selected
    • Choose a Cloud: USA East Integration Cloud (if you aren't in the US, choose whatever option is there)
    • Attachment Name: Agent Testing Runtime
  12. Click OK.

  13. Locate your runtime in the left navigation pane.

  14. Click and drag Agent Testing Runtime to your Agent Testing environment.

  15. Click Build at the top of the page to return to Boomi Integration.

Create a Sample Integration to Update our CRM

  1. Navigate to Integration by clicking the menu, and selecting Integration.

    Integration menu

  2. Click the + button on the left hand side of your screen and select Process from the dropdown.

    Create process button

  3. Click Create.

  4. Choose No Data and click OK.

    No Data option

  5. Click the + button on the canvas, search for Notify and select it.

    Notify shape

  6. Configure the Notify step as follows:

    Display Name: Simulated CRM Update Operation

    Message:

    CASE_ID: {1}
    CASE_COMMENT: {2}

    Variables:

    1. Click the + button next to Variables

      • Type: Dynamic Process Property
      • Property Name: DPP_CASE_ID
    2. Add another Variable

      • Type: Dynamic Process Property
      • Property Name: DPP_CASE_COMMENT
  7. Click OK.

  8. Add a Stop step to the canvas.

    Your final process should look like this:

    Final process

  9. Name your process [builderInitials] Simulated CRM Update

  10. Click Save in your process.

  11. Click Create Packaged Component.

  12. Click Next: Add Details.

  13. Click Create Packaged Component.

  14. Click Deploy.

  15. Choose your Agent Testing environment from the dropdown.

  16. Click Next: Select Versions.

  17. Click Next: Review.

  18. Click Deploy.

success

You've successfully created and deployed your test environment and simulated CRM integration. You're now ready to build your AI Agent tools!