Pull data from Salesforce

Alex153
Tera Contributor

Hi guys,

Is it possible to pull data from Salesforce and insert it into ServiceNow? Maybe SOAP messages?

Thanks.

1 ACCEPTED SOLUTION

Hello

please check the below thread for the same

https://community.servicenow.com/community?id=community_question&sys_id=ea800325db98dbc01dcaf3231f961920

Please mark answer correct/helpful based on impact

View solution in original post

7 REPLIES 7

Saurav11
Kilo Patron
Kilo Patron

Hello

Please watch the below video to get the ides on how to do it

https://youtu.be/hcYof845-dQ

Please mark answer correct/helpful based on impact

Alex153
Tera Contributor

Hi Saurav,

I've seen this video. But the main idea is to pull data from Salesforce by ServiceNow. Trigger of this action (pull) has to be ServiceNow.

Using soap messages I can query data from salesforce but I do not know how to insert (add) it to ServiceNow.

Hi Alex

Then why not use rest get method using which you can pull the data in servicenow then you can parse tge request body and insert it in the table

Thanks

Alex153
Tera Contributor

That's exactly what I am talking about. Do you have some example how to do it?