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

Use External Interface to push records into a third-party system

Use External Interface to view details of records that are being pushed from ServiceNow into a third-party system.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > Integrations Framework > External Interface.

  2. On the form, view the fields:

    FieldDescription
    ServiceOnDemand push service that is invoked to interact with a third-party system.
    Source table nameSource table in which the record is stored.
    Table Sys IDSys ID of the table record that has been modified. A combination of Source table name and Table Sys ID is used to identify and push the modified record into a third-party system.
    StatusCurrent status of the push, such as completed or pending.
    Error messageError message displayed when the push failed.
    Error codeError code displayed when the push failed.

What to do next

The Trigger External Interfaces flow automatically:

  • Identifies records whose Status is Pending, Service is Active, and Service type is OnDemand Push from the External Interface [sn_hr_integr_fw_ext_interface] table.
  • Pushes the identified records into third-party system.