SK SKYVVA Documentation

How to Import Interface API Version V3 without a message type ?

We describe features and capabilities related to an API, specifically Interface API V3 mapping and the SKYVVA integration application. Let us break down the information:

SKYVVA application API supports V3 mapping.

The V3 version of your API includes hierarchical sObjects under the root node ‘sObject.’ This suggests a structured nested representation of data.

Typically, an interface or integration process involves sending and receiving messages. Ensure the users know the message types supported in Interface API Version V3 for inbound communication.

The integration application provided by SKYVVA enables the mentioned functionalities.

Inbound functionality denotes the capability for external applications to initiate communication with the SKYVVA adapter, either to retrieve information from Salesforce or to create and update records within it. Version 3 of this adapter boosts a feature-rich API, offering hierarchical data representation. Moreover, it allows for callouts without the need to explicitly define a message type when utilizing the SKYVVA integration application. This aspect proves advantageous for users who prioritize flexibility and simplicity in their integration flows, as it streamlines the process and enhances ease of use.

Example :

The business requirement is to integrate the SKYVVA integration application with the File adapter, the user is allowed to leverage Interface API Version V3 mapping. This involves the inclusion of a root node named 'sObject,' indicating V3 hierarchical sObjects. Additionally, the user can execute callouts with V3 Inbound without explicitly specifying a message type. This functionality is facilitated through the SKYVVA integration application.

V3 Inbound :

Required step:

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]It will work with all adapters (support V3 processing), Data Loader, and SKYVVA Bulk Data Loader except SOAP adapter.[/su_box]

[su_box title="Result: " box_color="#2a8af0" title_color="#000000"]When clicking the 'Manual Process' button to execute the callout, we receive the 'Message Success' along with the payload. As a result, the V3 inbound processing now supports V3 hierarchical sObjects mapping (Interface API Version).[/su_box]

Open this article in the interactive viewer →