This workflow syncs Zendesk tickets to Pipedrive contact owners.
This workflow is triggered every day at 09:00 with Zendesk collecting all the tickets updated after the last execution timestamp and updating them according to Pipedrive contacts. It also adds Zendesk comments to the tickets as notes in Pipedrive.
Prerequisites
Note: The Pipedrive and the Zendesk accounts need to be created by the same person / with the same email.
How it works
- Cron node triggers the workflow every day at 09:00.
- Zendesk node collects all the tickets updated after the last execution timestamp.
- If node checks if the channel in the ticket is an email, and if so, it continues the workflow.
- The Item Lists node removes duplicates to make search efficient.
- Pipedrive node searches persons by email.
- Set node renames and keeps only needed fields (email & person id)
- Merge by key node adds the Pipedrive contact id to Zendesk tickets.
- The HTTP Request node gets Zendesk comments for tickets and the Merge node adds them to tickets.
- Split node adds nodes in batches with each iteration.
- Item list node splits comments into separate items.
- Pipedrive node adds comment as notes.
- If node checks if the data processing is done and if not, goes back to the Split node.
The Function Item node sets the new last execution timestamp.