[PR #1510] [CLOSED] feat: Add LinkupAPI plugin v0.0.1 - LinkedIn automation and B2B data enrichment #1663

Closed
opened 2026-02-22 18:04:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1510
Author: @titouanprx
Created: 11/6/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • d5f62ef feat: Add LinkupAPI plugin v0.0.1
  • 39e5b74 feat: Rename to linkupapi-for-linkedin plugin v0.0.1
  • 7998394 Merge branch 'langgenius:main' into main

📊 Changes

2 files changed (+127 additions, -0 deletions)

View changed files

linkupapi/linkupapi-for-linkedin/README.md (+127 -0)
linkupapi/linkupapi-for-linkedin/linkupapi-for-linkedin-0.0.1.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

LinkupAPI powers AI agents with LinkedIn automation, B2B data enrichment, and real-time buying signals.

Features:

  • 21 tools across Email, LinkedIn, and WhatsApp communication
  • 3 Email tools: Find, verify, and reverse lookup professional email addresses
  • 8 Data enrichment tools: Company information, job postings, profile enrichment, and advanced search (funded/hiring companies)
  • 8 LinkedIn automation tools: Profile/company search, messaging inbox management, send messages/connections, add comments
  • 1 WhatsApp tool: Send messages with reply support

Use Cases:

Sales:

  • Automate LinkedIn prospecting and outreach campaigns
  • Enrich B2B data with company and decision-maker intelligence
  • Find and verify professional email addresses for cold outreach
  • Capture real-time buying signals (hiring activity, funding events)
  • Build targeted prospect lists based on company criteria

Recruiting:

  • Talent sourcing with advanced profile search filters
  • Recruitment campaign management and tracking
  • Automated talent outreach on LinkedIn
  • Candidate engagement via LinkedIn messages and connections
  • Track hiring companies and job postings in real-time

General:

  • Enable cross-platform communication (LinkedIn + WhatsApp) for AI agents
  • Profile enrichment for lead qualification
  • Company research and competitive intelligence
  • Automated follow-ups and relationship management

API Response Format:
All tools return consistent responses:

  • text: "Valid" or "Invalid" for quick status checks
  • json: Complete API response with status and data
  • variables: Workflow variables (True_or_False) for conditional logic

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

This plugin does NOT collect any user personal data. The plugin only:

  • Transmits API credentials (API key) securely to LinkupAPI servers
  • Forwards user-provided query parameters to the LinkupAPI service
  • Returns API responses directly to the Dify application

All data processing is handled by the LinkupAPI service according to their privacy policy at https://linkupapi.com/privacy

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

Additional Information

Contact: support@linkupapi.com
Website: https://linkupapi.com
Documentation: https://docs.linkupapi.com
Version: 0.0.1

Testing Notes:

  • Plugin tested in debug mode with all 21 tools
  • All API endpoints return proper success/error responses
  • Workflow variables properly set for conditional logic
  • Error handling implemented for all edge cases

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1510 **Author:** [@titouanprx](https://github.com/titouanprx) **Created:** 11/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`d5f62ef`](https://github.com/langgenius/dify-plugins/commit/d5f62efdc65153ccafa95627bc632b5f94b35310) feat: Add LinkupAPI plugin v0.0.1 - [`39e5b74`](https://github.com/langgenius/dify-plugins/commit/39e5b742dc1261a5612f8e9cb79c61ded15b0f45) feat: Rename to linkupapi-for-linkedin plugin v0.0.1 - [`7998394`](https://github.com/langgenius/dify-plugins/commit/7998394b9e2ac61f8c47e0ef31c3c52be6de5d77) Merge branch 'langgenius:main' into main ### 📊 Changes **2 files changed** (+127 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `linkupapi/linkupapi-for-linkedin/README.md` (+127 -0) ➕ `linkupapi/linkupapi-for-linkedin/linkupapi-for-linkedin-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: linkupapi - **Plugin Name**: linkupapi - **Repository URL**: https://github.com/titouanprx/dify-plugins ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description LinkupAPI powers AI agents with LinkedIn automation, B2B data enrichment, and real-time buying signals. **Features:** - **21 tools** across Email, LinkedIn, and WhatsApp communication - **3 Email tools**: Find, verify, and reverse lookup professional email addresses - **8 Data enrichment tools**: Company information, job postings, profile enrichment, and advanced search (funded/hiring companies) - **8 LinkedIn automation tools**: Profile/company search, messaging inbox management, send messages/connections, add comments - **1 WhatsApp tool**: Send messages with reply support **Use Cases:** **Sales:** - Automate LinkedIn prospecting and outreach campaigns - Enrich B2B data with company and decision-maker intelligence - Find and verify professional email addresses for cold outreach - Capture real-time buying signals (hiring activity, funding events) - Build targeted prospect lists based on company criteria **Recruiting:** - Talent sourcing with advanced profile search filters - Recruitment campaign management and tracking - Automated talent outreach on LinkedIn - Candidate engagement via LinkedIn messages and connections - Track hiring companies and job postings in real-time **General:** - Enable cross-platform communication (LinkedIn + WhatsApp) for AI agents - Profile enrichment for lead qualification - Company research and competitive intelligence - Automated follow-ups and relationship management **API Response Format:** All tools return consistent responses: - `text`: "Valid" or "Invalid" for quick status checks - `json`: Complete API response with status and data - `variables`: Workflow variables (True_or_False) for conditional logic ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information ### Data Collection This plugin does NOT collect any user personal data. The plugin only: - Transmits API credentials (API key) securely to LinkupAPI servers - Forwards user-provided query parameters to the LinkupAPI service - Returns API responses directly to the Dify application All data processing is handled by the LinkupAPI service according to their privacy policy at https://linkupapi.com/privacy ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- ## Additional Information **Contact:** support@linkupapi.com **Website:** https://linkupapi.com **Documentation:** https://docs.linkupapi.com **Version:** 0.0.1 **Testing Notes:** - Plugin tested in debug mode with all 21 tools - All API endpoints return proper success/error responses - Workflow variables properly set for conditional logic - Error handling implemented for all edge cases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:04:21 -05:00
yindo closed this issue 2026-02-22 18:04:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1663