ServiceNow to SailPoint data integration

k_47
Tera Contributor

 

I would like to link data from Servicenow to SailPoint.
It is difficult to find documentation on how to do this, so we would like to know if there are any records or functions that are needed.
The image would be like passing data through a flow action.

Best Regards,

1 ACCEPTED SOLUTION

Hi @k_47, You can try the below steps to configure the REST action.

 

1. Get authentication credentials from Sailpoint team.

2. Once you have the credentials, you need to create 'basic_auth_credentials' record.

Path: All > Integration Hub > Connection & Credentials > Credentials > New > Basic Auth Credentials

SunilKumar_P_0-1704504953640.png

3. Create 'Connection & Credential Aliases' record

Path: All > Integration Hub > Connection & Credentials > Connection & Credential Aliases

SunilKumar_P_1-1704505102144.png

Connection record in related list

SunilKumar_P_2-1704505178741.png

4. Now, we are done with the Credential & Connection Alias, we can proceed with the Flow REST action. Below REST action is configured to Launch Workflow in Sailpoint.

SunilKumar_P_3-1704505290789.png

SunilKumar_P_4-1704505346409.png

 

I suggest you to go through the Sailpoint documentation for the required API https://developer.sailpoint.com/iiq/api/ 

 

Regards,

Sunil

 

 

View solution in original post

7 REPLIES 7

Hi @k_47, You can try the below steps to configure the REST action.

 

1. Get authentication credentials from Sailpoint team.

2. Once you have the credentials, you need to create 'basic_auth_credentials' record.

Path: All > Integration Hub > Connection & Credentials > Credentials > New > Basic Auth Credentials

SunilKumar_P_0-1704504953640.png

3. Create 'Connection & Credential Aliases' record

Path: All > Integration Hub > Connection & Credentials > Connection & Credential Aliases

SunilKumar_P_1-1704505102144.png

Connection record in related list

SunilKumar_P_2-1704505178741.png

4. Now, we are done with the Credential & Connection Alias, we can proceed with the Flow REST action. Below REST action is configured to Launch Workflow in Sailpoint.

SunilKumar_P_3-1704505290789.png

SunilKumar_P_4-1704505346409.png

 

I suggest you to go through the Sailpoint documentation for the required API https://developer.sailpoint.com/iiq/api/ 

 

Regards,

Sunil

 

 

@SunilKumar_P  could you please help me with pagination and json parser things

PaulSylo
Tera Sage
Tera Sage

Hello @k_47 

 

I understand you are looking for some pointers for Sialpoint ServiceNow integration. The below links gives you a good idea of this integration.

 

https://www.servicenow.com/community/itsm-forum/sailpoint-integration-with-servicenow/m-p/553837#:~:....

 

 

Regards,
PaulSylo

Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !