Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configuring a custom API to dynamically fetch supplier news

By default, News Integration for Supplier Lifecycle Operations retrieves the supplier news and activities using the Microsoft Bing News Search API.

However, you have the flexibility to use any API of your choice to dynamically retrieve the supplier news and activities.

The process for configuring a custom news API includes the following tasks:

  1. Create a REST message for a custom API.
  2. Add and configure the Get News data resource in UI Builder.
  3. Update the field names in the UX client script.

  4. Create a REST message for a custom API
    Create a REST message request and send it to a custom API endpoint to fetch the latest supplier news.

  5. Add and configure the Get News data resource in UI Builder
    Add and configure the Get News - Composite data resource in UI Builder to dynamically retrieve supplier news in the News and Activity section of the Source-to-Pay Workspace.
  6. Update the field names in the UX client script
    Update the field names in the UX client script to match the custom field names in the custom API response.

Parent Topic:News Integration for Supplier Lifecycle Operations

Related topics

Create a REST message for a custom API

Add and configure the Get News data resource in UI Builder

Update the field names in the UX client script