The LinkedIn Community Integration allows you to add comments from posts from your LinkedIn organization page into your Orbit workspace.
A new version (v0.2.0) has been released that improves the overall experience of using the integration:
  • Historical importing of older data is now possible within the instantiation of the client in the code and with the command-line interface (CLI) using the
    historical_import
    boolean parameter in the client instance or the
    --historical-import flag
    in the CLI
  • Which LinkedIn comments to send to Orbit are now dynamically determined based on the last activity for that type currently in your Orbit workspace
The GitHub Action template for LinkedIn has been updated with the latest instructions on how to leverage the
--historical-import
option. You can update your own action workflow using the latest instructions.