Export users from Talentia to ServiceNow.

andreaLuongo
Tera Expert

Good morning,
I would like to know if there are any alternative ways to import data from Talentia to SN that do not involve using CSV or XML files. In particular, I would like to know if it is possible to automate the process.

If so, could you please provide instructions on how to configure users correctly to avoid errors?

Thank you.

3 REPLIES 3

wojasso
Giga Guru

Hi @andreaLuongo

ServiceNow doesn’t include a native connector for Talentia, but you don’t need to rely on manual CSV/XML imports. You can automate user provisioning with the platform’s integration capabilities:

  • REST/SOAP APIs: ServiceNow’s Table and Import Set APIs allow external systems to create or update sys_user records. If Talentia exposes an API or if you can extract user data to middleware, configure an import set and a transform map with a coalesce key (e.g. email). Then call the Import Set API on a scheduled basis to push new or changed users.
  • IntegrationHub & Flow Designer: The IntegrationHub framework lets you build REST, SOAP or JDBC actions without writing code. You can create a scheduled Flow that calls a Talentia endpoint, parses the response and writes the results into an import set or directly into sys_user. This removes the need for manual file uploads.
  • Identity management integrations: If you already manage identities in Azure AD, Okta or another IdP, consider using SCIM or SAML user provisioning. ServiceNow supports inbound SCIM and SAML provisioning, so new users are automatically created and updates are synced.
  • Roles and access: For any integration account, assign only the roles required to insert into import sets or call REST APIs (import_admin, rest_service, etc.). Avoid using an administrator account in automated integrations.

Once configured, these approaches allow Talentia (or an intermediary platform) to push user data into ServiceNow on a schedule. Your transform map will normalize the data and update existing users, eliminating the errors associated with manual imports.



This response was drafted with the help of AI and briefly reviewed by a human. Please excuse any errors or formatting issues.

💥 Was this answer useful? 👉 If so, click 👍 Helpful 👍 or Accept as Solution 💡🤠🙌

indrajeetma
Tera Guru

If Talentia provides a REST or SOAP API, you can connect it directly with ServiceNow using IntegrationHub, Scripted REST APIs
mark Helpful if you think it is

Mexiprince
Kilo Sage
Kilo Sage
This video provides an overview of what you can expect in the rest of the series. it describes who this series is for, your host, the general format of the series, and what you will learn.