Hello! I am trying to retrieve all contacts that have a specific set of vids (IDs - canonical or otherwise) via the Search Endpoint and the 'hs_all_contact_vids' property: {
"updatedAt": "2022-05-27T20:57:17.998Z",
read more
Hi, I'm following the following documentation: https://developers.hubspot.com/docs/api/webhooks/validating-requests for validating a request made from hubspot to my webhook endpoint. So far I've had no success. I'm following the same format (Clien read more
I'm trying to create a batch of companies in Hubspot with python. I'm following the docs here: https://developers.hubspot.com/docs/api/crm/companies under "Create a batch of companies". The docs use a function from the hubspot library callsed Batc read more
I want to create a line item to a deal. I tried this API: POST /crm/v3/objects/line items { "properties" : { "price" : "149" , "quantity" : "1" , "name" : "ChiroSpring read more
Hi, I was trying to explore the deal creation API. The API says that we can create association between deal and contacts/companies during the creation process. Is there a way to set contact roles as part of defining the association? I couldn't find read more
Hello, I'm trying to add a note to contact via PHP HubSpot API v3 SDK(Client). I use the endpoint for note engagements to create the note. <?php
require_once "vendor/autoload.php";
use HubSpot\Factory;
use HubSpot\Client\C read more
Timeline event not working with private app token but it is working with oauth access token. Getting error : AppId~<AppId> must own the eventTypes being used: <event template id> But your api documentation show Here is AP read more
Hello, Recently I tried to create custom CRM cards in Hubspot portal using this PHP library - https://developers.hubspot.com/docs/api/crm/extensions/custom-cards I used all parameters and queries as mentioned in this library.However, the problem read more
I am trying to connect a Hubspot CRM with my internal application, to send values from Hubspot to my app using Webhooks, with Authentication: Hubspot app id. But the HTTP_X_HUBSPOT_SIGNATURE_V3 does not match my hashed string. Here is the code: read more
Good afternoon, morning or evening all, I have a site on WP Engine built in WordPress, with the HubSpot plugin active. I have OneTrust cookie consent working on the site and turning off Google cookies successfully when a user opts-out of using c read more
It looks like Hubspot does not currently allow you to access configuration as code like Salesforce does? In Salesforce you can get configuration on objects, workflows etc as XML and deploy from one environment to another. It makes deployment managem read more
Couldn’t complete the connection This account doesn't have access to some HubSpot features that are required by this app. Please contact the app developer. The app only has CRM and Ecommerce scopes and installing the app on free tier. The messag read more