WC1 API V3(webhook): Best ways of test for Receiving Timely World-Check Notifications via Webhooks

After registering a webhook, we understand that it may take several times(days or months) to receive a notification regarding updates to World-Check data. However, waiting that long is not practical.

Is there a recommended way to trigger or check notifications more immediately(OGS_UPDATE) from the world check one server ?

If we register a large number of cases, we might be able to receive it short terms, but we are considering whether it is appropriate to make changes using the "Resolution" field, for example, to prompt a faster response.

As far as I understand, only the following notification types are available:

  • OGS_UPDATE: which depends on actual data updates and may take time.
  • CASE_RESOLUTION: which can be triggered immediately if the case is resolved.

Could you please confirm if this understanding is correct, and advise on best test ways for receiving timely notifications as for OGS_UPDATE?

Best Answer

  • ram.nitish
    ram.nitish LSEG
    Answer ✓

    Hi @kunitaka.tsukamoto,

    You can test push notification for OGS Updates by utilizing the Client Watchlist to initiate a Review Required status manually. The process involves the following steps:

    Upload the list of client names into the Watchlist. This sets up the entities you want to test.
    Run a screening against those names to check for any matches or flags.
    Update the details for the names in the Watchlist.
    Wait for the next scheduled OGS run. That’s when the system processes the updates.
    If the conditions are met, the system will trigger a Review Required status and send a push notification.

    Thanks,
    Ram.