Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I want to create a dashboard in QlikSense with information from my pipedrive account. Is there a way to connect Qlik to Pipedrive without downloading manually an excel report?
Thanks in advance,
Pablo
I think this would be more of a question for the folks at Pipedrive. I did decide to look around though. It appears they have a RESTful API that you can use.
With that in mind, you might be able to create a Web Folder connection, and download your data to a qvd that way with something like this.
https://companydomain.pipedrive.com/v1/deals:(id,title,value,currency)?api_token=YOUR_API_TOKEN
If the RESTful API doesn't work, you would probably have to resort to using something like Powershell to periodically make the request, and save the file which Qlik would then read.
Hey you can use cloudslurp to connect to pipedrive and then pull the whole data set of data (rather than individual pages of data) in one API call using the standard qlik REST connector. Cloudslurp keeps your api key alive, handles authorisation and pagination for you.