These Pipedrive native actions allow integrating your Arengu forms to add new contacts, deals or organizations into the Pipedrive CRM.
Connect your Pipedrive account
To connect your Pipedrive account to Arengu you will need the API token. You can find it at the Pipedrive's account API page:
Add Pipedrive person
Adds a new person.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your Pipedrive API token.
|
Name (required) |
The person's name. |
Email |
The person's email. |
Phone |
The person's phone.
|
Owner ID |
The ID of the user that owns the Pipedrive contact. To be found in your own Pipedrive account settings. |
Organization ID |
The ID of the organization the contact will be associated to. To be found in your own Pipedrive account settings. |
Custom fields |
The custom fields keys and their values. |
Find expected response and extra API information at Pipedrive’s documentation.
Add Pipedrive deal
Adds a Pipedrive deal.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your Pipedrive API token.
|
Title (required) |
The title of the deal.
|
Value |
The value of the deal, set in numbers. If empty, it will be set as 0 by default.
|
User ID |
The ID of the user that owns the Pipedrive deal. To be found in your own Pipedrive account settings.
|
Person ID |
The ID of the person this deal will be associated with. To be found in your own Pipedrive account settings.
|
Organization ID |
The ID of the organization the contact will be associated to. To be found in your own Pipedrive account settings.
|
Stage ID |
The stage of the deal that will be displayed in the sales pipeline.
|
Custom fields |
The custom fields keys and their values.
|
Find expected response and extra API information at Pipedrive’s documentation.
Add Pipedrive organization
Adds a Pipedrive organization.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your Pipedrive API token.
|
Name (required) |
The organization's name.
|
Owner ID |
The ID of the user that owns the Pipedrive contact. To be found in your own Pipedrive account settings.
|
Custom fields |
The custom fields keys and their values.
|
Find expected response and extra API information at Pipedrive’s documentation.