Get All
Retrieves all objects of a specific type from Pipedrive CRM (Activity, Deal, Note, Organization, Person, or Lead).
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Connection Id - The connection ID returned by the Connect node.
Options
- Type - The type of objects to retrieve (Activity, Deal, Note, Organization, Person, or Lead).
Output
- Result - The response from the Pipedrive API containing a list of objects of the specified type.
How It Works
The Get All node retrieves all objects of a specific type from Pipedrive CRM. When executed, the node:
- Validates the provided Connection Id
- Uses the selected Type option to determine what kind of objects to retrieve
- Calls the appropriate Pipedrive API endpoint to get all objects of that type
- Returns the API response as the result
Requirements
- A valid connection to Pipedrive established using the Connect node
- Appropriate permissions in Pipedrive to read the selected object type
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid Connection Id
- Invalid Type selection
- Pipedrive API errors (e.g., insufficient permissions)
Usage Notes
- The Connection Id must be obtained from a previous Connect node
- The result contains the full response from the Pipedrive API with all objects of the specified type
- For large datasets, consider using pagination options if available
- Different object types will return different data structures in the result
- This operation may take longer for object types with many records