Create a Salesforce acct after creating a new user from ServiceNow instance
It took some time to work and complete a small usecase (PoC) to integrate both SF and SN platforms. The idea is very simple. Whenever we create a new user from SN (sys_user), I am making an API call (REST) to SF via a Business Rule (aync) logic from SN and creating the new acct in SF successfully. To work on this, I took our UHCSand (EWD) and my SF developer portal. Before implementing it, I was able to make a successful service call to SF (OAuth2) using Postman.
Here are the snapshots for better understanding.
Postman connectivity - Success
Updates in Salesforce portal – Success for both Postman and SN user: Ravi Kumar Pisupati
The changes I have made in my PDI env:
- REST Message instance and the corresponding HTTP Method:
- OAuth Provider and Application Registries instances:
References:
1) https://www.google.com/
2) https://community.servicenow.com/
3) https://developer.salesforce.com/
4) https://developer.servicenow.com/dev.do






