Hi, I have a very simple Hubspot CRM contacts integration in my PHP Laravel 12 project. I only use the post contact endpoint to create new contacts. And I currently only have a legacy private app in Hubspot > developers which provides me wit Beitrag ansehen
Hi @FHulleman HubSpot’s documentation around legacy versus new Private Apps is not entirely clear, but the recommended approach is to create a ne...Beitrag ansehen
Hello all. We have a regular non-HubSpot web form with a bunch of fields on an external website. On submission, we would like to send some of these fields to our HubSpot account and store them inside HubSpot. Are there specific APIs that Beitrag ansehen
Hi @AB-
There are a few ways you can do this - 1. Map a HubSpot form with your form in the backend. 2. Use the HubSpot API to send data to t...Beitrag ansehen
I am facing a very weird and edge-case problem. I implemented the HS request verification v3 in PHP, it is working fine until the username or any contact data (firstname, lastname, city, street, etc) contains special characters, specifically from G Beitrag ansehen
Okay, today, the issue seems to have gone away. I removed the utf8_encode call as well ensured the raw body was used without anything. Now all data ...Beitrag ansehen
Hi Support, I’m using the CookieYes plugin in WordPress, along with HubSpot and Fluent Forms Pro. I'm passing the hubspotutk cookie to HubSpot through Fluent Forms when a user submits a form, and that part is working well. However, I’m running Beitrag ansehen
Hi @SSakac ,
You can try the following:
document.addEventListener('cookieyes_consent_update', function() {
// Remove existing HubSpot...Beitrag ansehen
I am using the hubspot-php api to submit data to an old hubspot form in our system. The form has an email property added and that is the only property defined for that form. The api is submitting a property named signup_source to the form Beitrag ansehen
Hello HubSpot Team, I’m working with Daxko , and we’re currently migrating our HubSpot integration from V1 APIs to V3 to ensure long-term support and compliance. In our current implementation, we rely heavily on the V1 endpoint: GET /contacts/v1/ Beitrag ansehen
Hi @NVerma7
This is the closest api that I found that can solve your problem. On the response body it gives us recordId and membershipTimeSt...Beitrag ansehen
Hi HubSpot Community, I’m developing a HubSpot app and need to add a Google site verification meta tag dynamically to the <head> section of all pages for user website who install my app. I want this process to be automated so users d Beitrag ansehen
Hi @U072319 ,
As far as I know, there currently aren't any options that would allow you to modify the HTML header/footer settings either site-...Beitrag ansehen
I haven't used the PHP SDK but assuming you can probably put var_dump($searchRequest); right before the request to see what data is being sent. I...Beitrag ansehen
I need V3 API endpoint to fetch all contacts for a given listId. The list can be either Active or Static. I have tried using https://api.hubapi.com/crm/v3/lists/$listId/memberships and https://api.hubapi.com/crm/v3/objects/contacts/batch/read , Beitrag ansehen
Hi @TTeks ,
There is no endpoint that returns all contacts at once (for performance reasons), but you can retrieve the complete list by:
...Beitrag ansehen
Hi ! When the blog comment is posted via API, It is auto approved (published) automatically. It should go to moderation first. I set the state as it is defined in the API documentation as "state": "PENDING_AKISMET"
i am using php hubspot-api client ver 9.4.0 for my project and used updateDraftTableRow method to update row of table but its always get response 502 Bad Gateway. Mar 30 previous code always run ok, but i faced error start 31 Mar. I saw in incident Beitrag ansehen
Hi @DVinh5 and welcome, we are glad to see you here! 🤗 Thanks for reaching out to the HubSpot Community! When updating the table row, do you...Beitrag ansehen
Hey folks! I’m having an issue with capturing the hubspotutk cookie and sending it to HubSpot via API. I have a sign-up form in a Laravel app hosted at example.yourdomain.com , and the HubSpot tracking script is being loaded via Google Tag Beitrag ansehen
Yes, the structure you have looks correct.
The question now is whether the issue is with one of the following:
- the cookie value being captu...Beitrag ansehen