What's New > August 2024 > New features and enhancements
  

New features and enhancements

The August 2024 release of Application Integration includes the following new features and enhancements.

New recipes

Application Integration provides the following new recipes:
AI Agent for Salesforce using Google Gemini
Use the recipe to autonomously interact with Salesforce and address user queries.
GeminiAI Chat with File using Guide
Use the recipe to upload a file with context, provide a user prompt, read the text from the file, and answer the user's questions based on the contents of the file using the Gemini Large Language Model (LLM).
Simple React AI Agent with Search Tool
Use the recipe to autonomously generate and execute tasks using the Google Search tool, and answer user queries using a Large Language Model (LLM).
Verify Email
Use the recipe to support correlation and a long-running transaction by using email.

New Amazon Bedrock Connector

Use Amazon Bedrock Connector to integrate, customize, and use advanced foundation models to build powerful, secure, and responsible generative AI applications through a single API.

New UI experience

The Application Integration user interface (UI) has a new look and feel that presents the features you'll use in greater clarity. You can explore the new interface and also switch back to the classic interface. Informatica intends to drop support for the classic interface in a later release.
The toggle switch that was available in the earlier version of the process designer is no longer available. The process designer and guide designer will appear in the classic view by default. To switch these UIs to the modern view, use the toggle switch that is available on the Application Integration Home page.
The following image shows the new Application Integration Home page with the toggle switch that you can use to switch to the modern view:
CAI Home page with toggle switch for modern view
For more information, see Getting Started.

Creation of a process object from a JSON payload

You can create a process object by directly pasting a JSON payload.
For more information, see Design.

Run-time type support for process objects in service connectors

You can use inline type annotations for process objects that are created within a service connector. This process object type annotation is supported only in the service connector within which the process object was created.
For more information, see Design.

New RabbitMQ connection properties

You can configure the exchange name and routing key in the RabbitMQ event source properties to route messages to different queues.
For more information, see RabbitMQ Connector Guide.