Send New LinkedIn Notifications to a Slack Channel
Monitors your LinkedIn notifications, filters for the most important updates since the last run, and sends a clean, formatted summary to a designated Slack channel.
This automation acts as your personal assistant for managing LinkedIn engagement. It begins by securely accessing your LinkedIn account and navigating to the notifications page. It then intelligently scrapes all recent notifications, capturing key details like who interacted, what they did, and a link to the relevant post.
The power of this template lies in its filtering capabilities. It automatically discards notifications older than a specified date and can be configured to ignore simple reactions like "likes," focusing only on more meaningful interactions such as comments and mentions. After filtering, it compiles the important notifications into a clean, easy-to-read summary and posts it to the Slack channel of your choice. This keeps you and your team informed without the constant distraction of the LinkedIn feed.
Usage Ideas
- Create a daily personal digest of your LinkedIn notifications to review at the start of your day.
- Set up a team-wide channel to monitor engagement on your company's LinkedIn posts.
- Track brand mentions and comments from key customers or prospects.
- Monitor engagement on a specific marketing campaign's posts to gauge its performance in real-time.
Customization Ideas
This template is designed to be highly adaptable to your specific needs. You have full control over where the final summary is sent, and you can easily change the destination from Slack to another service like email.
You can customize:
- The destination: Specify any Slack channel or change the output to another integrated service.
- The timeframe: Define what counts as a "new" notification by setting a start date.
- The content: Choose whether to include likes and reactions or focus only on comments and mentions.
- The format: Modify the layout and content of the summary message to match your preferences.
Agent Inputs
Required Parameters
Name | Type | Default |
|---|---|---|
lastRunTime | string | None |
Date of the last run in MM/DD format (e.g. "03/05"). Only notifications newer than this date are processed. Uses the current year. | ||
slackChannel | string | None |
Slack channel where notification summaries are sent (e.g. "#agent-debug"). | ||
Optional Parameters
Name | Type | Default |
|---|---|---|
includeReactions | boolean | false |
If true, include likes and reactions. If false, only comments and mentions are included. | ||
maxNotificationsToProcess | number | -1 |
Maximum number of notifications to process. Use -1 to process all available notifications. | ||