This advanced n8n workflow synchronizes Zendesk tickets with Pipedrive contacts, automatically assigning tickets to the corresponding Pipedrive contact owner for seamless CRM management.
Download this n8n workflow template and start using it instantly.
Customer service managers needing tighter integration between their helpdesk (Zendesk) and CRM (Pipedrive).
Sales and support teams who want ticket ownership to reflect CRM account ownership.
System administrators looking for robust, scheduled n8n templates for business process automation.
Users seeking to implement complex logic using the core flow control features within an n8n workflow.
Managing customer support requires seamless coordination between ticketing systems and sales databases. This specialized n8n workflow solves the common problem of ensuring support tickets are handled by the same sales or account manager who owns the corresponding contact in Pipedrive.
This robust n8n automation runs on a scheduled basis, pulling in only newly created Zendesk tickets since the last run. For each ticket, it attempts to locate the requester in Pipedrive. If a match is found, the workflow identifies the Pipedrive contact owner and updates the Zendesk ticket assignee to that person, creating a highly efficient loop between support and sales operations. If the requester is not found in Pipedrive, the n8n workflow ensures a descriptive internal note is added to the ticket instead. This comprehensive n8n node setup ensures data consistency and improved agent productivity.
This high-utility n8n workflow initiates every five minutes using a scheduled n8n trigger.
Every 5 minutes cron n8n trigger starts the process. The Get last execution timestamp function node retrieves the time of the previous run from static workflow data.requesteremail and requesterid.Set new last execution timestamp, records the current execution time, preparing the n8n workflow for its next run.To deploy this powerful automation using these n8n templates, follow these steps:
https://n8n.pipedrive.com/api/v1/.... Ensure this base URL matches your Pipedrive environment if you use a custom domain. Every 5 minutes (Cron n8n trigger): The primary n8n trigger, configured to start the workflow execution periodically.
Get last execution timestamp (Function n8n node): Essential for state management. It reads the lastExecution time stored in the global static data, ensuring the next Zendesk n8n node only fetches new tickets.
Get tickets created after last execution (Zendesk n8n node): Uses a complex query (created>{{ $json["lastExecution"] }}) to filter tickets based on the timestamp retrieved by the previous n8n node.
Search requester in pipedrive (Pipedrive n8n node): Performs a person search in Pipedrive using the requester's email extracted from the Zendesk data.
Add Pipedrive agent data to pipedrive contact information (Merge n8n node): Crucial for mapping. Merges the Pipedrive owner data with the list of Zendesk agents using email addresses to obtain the internal Zendesk agentid.
Contact exists in Pipedrive (If n8n node): Determines the execution path by checking if the required agentid was successfully merged, verifying Pipedrive contact existence and owner mapping.
Change assignee to Pipedrive contact owner (Zendesk n8n node): On the 'True' path, it updates the ticket's assignee email using the matched Pipedrive owner email.
Set new last execution timestamp (Function n8n node): Updates the static workflow data with the current execution time, completing the cycle for this instance of the n8n workflow.
Use this robust n8n workflow to automatically summarize YouTube videos with OpenAI, generate structured Markdown notes (with YAML frontmatter), and save them to Dropbox for Obsidian synchronization.

Automate WooCommerce coupon distribution instantly to customers via WhatsApp using this specialized n8n workflow. Includes phone number verification and status logging to Google Sheets.

Use this powerful n8n workflow to automate personalized cross-sell promotions from your WooCommerce store directly to customers via WhatsApp using the Rapiwa API. Includes number verification and Google Sheets logging.

Instantly alert your operations team on Discord when an Onfleet task is started. Leverage this powerful n8n workflow for seamless logistics management.


Meet the official n8n team. We specialize in building workflows that transform intricate tasks into seamless operations.







































