Skip to content

A PHP script that adds a customer to the Pipedrive database

Notifications You must be signed in to change notification settings

maheggh/php-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Create a lead in pipedrive

This script allows you to create a lead in pipedrive by entering org, personal data and other relevant information. When you run the script with a valid api_token a lead is created in the database.

Requirements

  • PHP 7.4 or higher
  • Composer for dependency management
  • API key for pipedrive

How to install

How to test

  • Open test/test_data.json and enter your test data
  • run the script by "cd src" and run "php pipedrive_lead_integration.php"
  • If the org or person is already registered you will get a warning (org/person already exists, do you want to continue? (y/n)
  • If you want to see the lead you have just created you can cd test and run "php fetch_lead.php"

About

A PHP script that adds a customer to the Pipedrive database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages