App Name - Hubspot CRM
API Docs - https://developers.hubspot.com/docs/api
We followed the Hubspot API docs for selecting the Auth type as Oauth2.0
Trigger - Company Updated (Polling method)
In this type of integration, you need to configure Get API similar to Post webhook trigger integration to fetch new data in a specific interval.
Simplify Array Response allows you to choose an array key from the above step and simplify array response in the key-value pair.
The New Record Order Setting section as shown below allow you to tell Pabbly Connect about how it can recognize the fetched record is new.
Unique Record ID: Choose a unique record ID from the received response of the above step that uniquely identifies the new record.
Sorting Order: Since the fetched records may be single or a bunch so, it is important to identify the record as new it may be based on any specific field of the new data like date value. Based on its value, the system compares the old data with this one and process it for triggering if it finds any difference.
In case, there is no such field value present in the response, you can opt for By Position and locate the new record's presence either at the top or at the bottom of the bunch of JSON responses.
Trigger Frontend View:
Action - Search a Deal
Action Event API Configuration with JSON Request Body Type -
propertyName parameter is set as a Dynamic dropdown field.
Note: To configure the field details click on the gear button respective to the specific parameter.
Now, select the available inbuilt action events from the dropdown field as shown below:
It is required to generate dropdown field values in the action event, you need to make use of the Inbuilt Action step just above the Action Event API Configuration section by clicking the plus (+) button.
Action Frontend View:
For more details follow this guide for creating new actions and triggers in your apps - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
Refer to the below video for creating your app with a similar auth type :
API Docs - https://developers.hubspot.com/docs/api
Authentication Method - Oauth2.0
You can follow these steps to build the app integration with a similar Oauth2.0-type.
1. App Details and Auth Configuration.

2. Configure Triggers
Trigger - Company Updated (Polling method)
In this type of integration, you need to configure Get API similar to Post webhook trigger integration to fetch new data in a specific interval.
- In the above screenshot, we have used the inbuilt action that will list out company properties.
- After that, we set the parameter as "Properties" to add a multi-select dynamic dropdown.
- Set the Request Body JSON.
- Save and Send the test request and fetch the response.
Simplify Array Response allows you to choose an array key from the above step and simplify array response in the key-value pair.
The New Record Order Setting section as shown below allow you to tell Pabbly Connect about how it can recognize the fetched record is new.
Unique Record ID: Choose a unique record ID from the received response of the above step that uniquely identifies the new record.
Sorting Order: Since the fetched records may be single or a bunch so, it is important to identify the record as new it may be based on any specific field of the new data like date value. Based on its value, the system compares the old data with this one and process it for triggering if it finds any difference.
In case, there is no such field value present in the response, you can opt for By Position and locate the new record's presence either at the top or at the bottom of the bunch of JSON responses.
Trigger Frontend View:
3. Configure Action
Action - Search a Deal
Action Event API Configuration with JSON Request Body Type -
- HTTP request method - POST
- API Endpoint URL - https://api.hubapi.com/crm/v3/objects/deals/search
- Request Body Type - Specify a request body type to request this action event. By default, it is JSON.
- Wrap in Array - Specify if your request raw JSON needs to be wrapped in an array or not.
- Set Body/Query Parameters - Set parameters if this action event requires to pass the query/URL parameters or map in request raw JSON e.g. Property name.
- Request Body (Raw JSON) - Select this if this action event requires to pass the raw JSON data. If used in endpoints then, all variables in it defined under Set parameters option should have the required option opted. (Some API accepts blank values for JSON keys).

Note: To configure the field details click on the gear button respective to the specific parameter.

4. Inbuilt Action
It is required to generate dropdown field values in the action event, you need to make use of the Inbuilt Action step just above the Action Event API Configuration section by clicking the plus (+) button.
Action Frontend View:

