Working on Linkedin Integration

UnoZ06
Tera Contributor

I'm working on linking LinkedIn to my PDI for a project. I did it before but lost my PDI and was looking into the API documentation on the LinkedIn developer site but it looks like some of them no longer work. I also looked at older posts about it being done but they are outdated info. All the OAuth scopes are set based on the documentation but still no luck.

My Default GET keeps getting an error code even though the Get OAuth Token successfully works to connect.

What am I missing?

 

Screen Shot 2024-02-09 at 12.29.50 AM.png

Screen Shot 2024-02-09 at 11.20.14 PM.png

Screen Shot 2024-02-09 at 11.22.33 PM.png

16 REPLIES 16

UnoZ06
Tera Contributor

My account! So far I believe I’ve got most of it working I’m still trying to figure out how to automate it and actually get it from SeeviceNow.

You can use Scheduled Script Execution with values to automate processes.
Here is good example how you can do it:

https://www.youtube.com/watch?v=bVS73hX4WCg

servicenowonlinetraining #servicenow #servicenowcourse #servicenowtutorial #servicenowscripting Complete Understanding of ServiceNow Scheduled jobs along with scripting demonstration is given in this video. Schedule jobs in servicenow get execute at an interval or time or it can be recurring such

UnoZ06
Tera Contributor

This helped some what but I still don’t think it covered getting a REST Post and SN tools needed to make it happen. 

Alex3272
Tera Contributor

Depends on your customization, I don't really understand your project completely.

UnoZ06
Tera Contributor

I understand. Well to put it simply I’m just trying to use the service portal to create a request and that request will have a variable in which it will take the variable and use it as the REST POST message for the post to LinkedIn. So trying to get it from SP record to REST POST to LinkedIn. I’ve seen it done before just trying to recreate it but don’t have all the steps.