GitHub Fork to Pipedrive Lead
detail.loadingPreview
Automatically creates a Pipedrive lead when a GitHub repository is forked.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow listens for 'fork' events on a specified GitHub repository. When a fork occurs, it retrieves information about the forking user and then creates a new lead in Pipedrive with details of the repository and the forking user. It also attempts to find or create a person in Pipedrive for the user and associates a note with the lead containing the user's GitHub URL.
Key Features
- Triggers on GitHub repository forks.
- Fetches user details from GitHub.
- Searches for existing persons in Pipedrive by email.
- Creates new persons in Pipedrive if not found.
- Creates leads in Pipedrive with repository and user information.
- Adds notes to Pipedrive leads with user GitHub URLs.
How To Use
- Configure GitHub Trigger: Set up the GitHub Trigger node with your GitHub credentials and specify the repository and the 'fork' event.
- Configure GitHub HTTP Request: Ensure the
BASE_URLenvironment variable is set correctly and your GitHub credentials are in thegithubApicredential. - Configure Pipedrive Credentials: Set up your Pipedrive API credentials.
- Map Data: Adjust the expressions in the Set, Create Lead, Create Person, and Create Note nodes to match your Pipedrive field requirements and desired data mapping.
- Deploy and Monitor: Activate the workflow and monitor executions for successful lead creation.
Apps Used
Workflow JSON
{
"id": "c9a8496b-a404-4caa-8db3-bba6d2a94aee",
"name": "GitHub Fork to Pipedrive Lead",
"nodes": 0,
"category": "GitHub & CRM Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: c9a8496b-a404...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.