As part of the Spring '21 release we launched our Data Connectors framework in order to make it even easier to build your own Knowledge Graph. With the Summer '21 release we are making that framework even more powerful with two key new features: Data Connector Transforms and the API Data Connector. These two features combine to create an easy to use, no code/low code ETL (Extract Transform Load).
Transforms allow you to manipulate incoming data in the Connectors workflow, eliminating the need to perform these actions before the data enters Yext. After choosing a transform action in the Connector workflow, you can preview the changes in real time. These Transforms include the ability to Remove Unwanted Characters, Fix Capitalization, Filter Rows Based on Criteria, Find and Replace, Custom Transforms, and more.
In addition the new API Data Connector will enable admins to easily pull or receive data directly from non-Yext APIs by following the intuitive Connectors workflow. This Connector includes support for Push to API and Pull from API.
With Push to API you can now push data into the Yext Platform and POST data to a schema-less endpoint (Connectors API) either via a regular API call or a Webhook message.
Pull from API adds the ability to pull data into the Yext platform by specifying API details including path, URL parameters, request type, and authentication details, to pull data from an external endpoint into Yext.