Skip to content

Latest commit

 

History

History

LinkedIn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LinkedIn Integration Template

Automate integrating LinkedIn interactions into your Orbit workspace with this GitHub Actions template

Screenshot of activity


There is one check included in the LinkedIn automation template, it occurs once a day:

  1. Check for new organization post comments

If there are new comments they will be added to your Orbit workspace as new activities.

To use this workflow:

  • Copy the linkedin.yml file into your own GitHub repository inside your .github/workflows directory

  • The automation requires your LinkedIn and Orbit credentials be added to your GitHub repository secrets.

  • This workflow will automatically filter out any LinkedIn comments that are older than the most recent LinkedIn comment in your Orbit workspace currently.

    • To perform a historical import, that will send to Orbit all of your LinkedIn comments add the --historical-import flag to the workflow file on line 24: linkedin_orbit --check-comments --historical-import
    • You should only need to run a historical import once, and it is recommended to remove the --historical-import flag after.

Once the workflow and credentials have been added to your GitHub repository, the workflow will be activated. You do not need to do anything else to activate it.