Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipedrive - Get contact list #94

Closed
jravenel opened this issue Jun 2, 2021 · 5 comments · Fixed by #240
Closed

Pipedrive - Get contact list #94

jravenel opened this issue Jun 2, 2021 · 5 comments · Fixed by #240
Assignees
Labels
good first issue Good for newcomers

Comments

@jravenel
Copy link
Contributor

jravenel commented Jun 2, 2021

Input :
Pipedrive API Key

Output :
Dataframe with contact list : FIRSTNAME, LASTNAME, JOB, COMPANY, PHONE, EMAIL

@jravenel jravenel created this issue from a note in Community Roadmap (Backlog) Jun 2, 2021
@jravenel jravenel added the good first issue Good for newcomers label Jun 2, 2021
@calok64 calok64 self-assigned this Oct 6, 2021
@calok64 calok64 moved this from Backlog to To do in Community Roadmap Oct 8, 2021
@calok64 calok64 moved this from To do to Review in Community Roadmap Oct 10, 2021
@calok64
Copy link
Contributor

calok64 commented Oct 10, 2021

Hi @jravenel ,

Please find below the update about this task. Do review and let me know the changes.

Sample data is used as follows. Field "JOB" is custom created and can be accessed by Field API Key.

sample_data

Data is available via API as follows.
sample_output

The API is opensource source there wasnt much issue in accessing the data. Just an API key would work from the signed in user account.

@jravenel
Copy link
Contributor Author

@calok64 looks great, you can proceed to the creation of the awesome notebooks then with a free account I guess.
👍

@FlorentLvr
Copy link
Contributor

@calok64 , TY for contribution. I have made some changes to fit to our model:

  • Change title to "# Pipedrive - Get Contact"
  • Add naas
  • Add tags
  • Add markdown: ## Input, ##Model, ##Output"
    => Next time, could you please start from the "template.ipynb"

I can not run your because I have this error while importing library.
Did you test this notebook on naas account ? Can you reproduce the issue ?
image

@FlorentLvr FlorentLvr moved this from Review to To do in Community Roadmap Oct 18, 2021
@jravenel jravenel moved this from To do to In progress in Community Roadmap Oct 18, 2021
@jravenel jravenel moved this from In progress to Review in Community Roadmap Oct 21, 2021
@jravenel jravenel moved this from Review to In progress in Community Roadmap Oct 21, 2021
@calok64
Copy link
Contributor

calok64 commented Oct 26, 2021

@FlorentLvr
The script needs "pipedrive-python-lib" package to be installed.
To fix this issue I have added requirements.txt file which has the latest version of the required package.
Have added check at the start of the script and renamed the file to template.ipynb

@FlorentLvr FlorentLvr moved this from In progress to Review in Community Roadmap Nov 8, 2021
@FlorentLvr
Copy link
Contributor

@calok64 , I just added "!pip install pipedrive-python-lib" in the notebook and merge your contribution.
TY for your work.
image

@jravenel jravenel linked a pull request Nov 23, 2021 that will close this issue
@jravenel jravenel moved this from Review to Done in Community Roadmap Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants