Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Snowflake to Servicenow Integration

Poorva Bhawsar
Mega Sage

Hi Team,

 

I need to pull data from snowflake into servicenow. What approach i need to follow to perform this integration? I already know that we can have this using jdbc connector but is there any other way to achieve this like rest api?

 

Thanks,

Poorva Bhawsar

12 REPLIES 12

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Poorva Bhawsar 

 

https://other-docs.snowflake.com/en/connectors/servicenow/about

 

https://www.servicenow.com/community/developer-articles/integrate-snowflake-with-servicenow-using-jd...

 

https://quickstarts.snowflake.com/guide/servicenow_to_snowflake_connector/index.html?index=..%2F..in...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thank you for sharing these. I have already found these links but is there any other way we can do this, like using rest api.

rest Api will be more time-consuming and require good effort Better use the build in Connector. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

I just want to know the process for rest api once. It would be like following right?

1. Application registry - need client id and secret id, will be having oauth profile.

2. Rest api - need endpoint url, create http method as get, need http parameters.

Thats it right? Or we need more things to proceed further for this integration?