Download the PHP package gradinarufelix/pipedrive without Composer
On this page you can find all versions of the php package gradinarufelix/pipedrive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gradinarufelix/pipedrive
More information about gradinarufelix/pipedrive
Files in gradinarufelix/pipedrive
Package pipedrive
Short Description A package providing finishers for Neos.Form for the Pipedrive CRM
License
Informations about the package pipedrive
Pipedrive Finisher for Neos.Form
This package enables you to send data from a form in Neos to the Pipedrive CRM, so you can create persons, organizations or deals from the data submitted by the user.
Installation
If you use the new NodeType based form builder you will also like to add the NodeType based finisher:
After adding the requirement to your composer.json you can update your composer.lock and install the plugin.
Configuration
In order to be able to send data to your Pipedrive account, you'll need to define your company domain and API token in your configuration file.
Finisher
More information about the available options can be found at the official Pipedrive documentation.
The response, if successful, will be passed back to the form context with key Pipedrive.{FINISHER},
e.g. Pipedrive.OrganizationFinisher and will enable you to use the ID. For instance, you can create an organization first
and use the ID to contact the person to the organization.
A full stack example with use of all finishers in connection can be found here.
Organization
Person
Deal
Note
Activity
General Options
A explanation of options, which occur on every entity:
- owner_id: the ID of the Pipedrive user, who should be marked as owner. Normally it should be left out, then the user linked to the API token will be set automatically.
- visible_to: defines, who should be able to see the entry.
1will make the entry available to only the owner and the followers,3will make it available to the whole company. - add_time: can normally be left out, default is the time at creation. But if you want to define another time for whatever reason, this option is interesting for you.