We need to submit tickets from our software to HubSpot. We already have a private App setup with multiple integrations. We have tried two methods without luck: 1. Using the Ticket API Here we can create both tickets, associations, engagements, etc read more
Hello, I need help with the existing conversation AI workflow that I built from GHL and what I want to do is when the visitors filled out the form and scheduled an appointment using the Hubspot meeting scheduler. Contact Information that was ga read more
Hi - I don't think this is probably the best place to post this so if you have other suggestions, let me know. But I had to start somewhere... I'm a web developer working for a client using Hubspot. He has some pages with CTA links. He'd like th read more
Hi @SRalston05 ,
As far as I know, this would not be possible by editing the CTA itself and would require some conditional logic to show the d...read more
Hello, I'm building a small app to integrate to new orders API, I managed to create a deal then associate it to the order and also add line items. My main issue is I can't find anyway to fill in the fields for 'Order Total' like subtotal price, dis read more
I am struggling to get the textarea field to update using the forms api and jquery. Basically, I want to take the values from marked checkboxes and add them to the textarea. I made some great progress from a suggestion on a previous post but have hi read more
Hey, First of all, thanks for taking time to look at the query. I am looking to fetch "deastage" property history for deals . GET endpoint for deals provide it but SEARCH one doesn't include propertiesWithhistory for any property. Could you help read more
Hi @yK10 , Currently, no—you cannot retrieve historical property values using propertiesWithHistory through the Search API. If you need to retriev...read more
How I can integrate a thirdparty API on form submission on Hubspot website? Do I need to subscribe any plan? I did not find any docs. Where can I find the docs on thirdparty API integration on Website.
Hi @RKallepalli ,
You can use the "onFormSubmit" event and make a call to a serverless function when the form is submitted. In order to use s...read more
When using the CRM Search with OR logic, additional filters are reducing results, but OR should never reduce a result set, it should only ever increase or stay the same. What am I missing? Example filter bodies below: Returns 475 as a total. read more
I am in a situation, I need to validate if a user exists either by id or by email to see if I make the insertion because when I make the insertion of the contact and it exists I can not continue with the whole process. I get the error.
I'm looking to retreive information about the new Course object. I've found its endpoint at /crm/v3/objects/0-410 but the only properties returned are the create date, modified date, and id. Is there any way to get additional properties (like read more
Hi @PTancredi
I believe you have created a Custom object named Course and want to read all its properties. What you can do is add properties...read more
Hello. Can you tell me if a contact is set as a Non-marketing contact, the contact data (name, company, etc.) cannot be retrieved via the API. However, if the contact is a Marketing contact, I can retrieve the data by ID without issues. What could t read more
Hi @RGorkunenko Use the API provided by HubSpot instead of using the GitHub one.
I tried getting the details of non-marketing contact and got a...read more
Hello, I have problems sending a PATCH request to the hubapi. I can send POST requests and X-HTTP-Method-Override=POST in header. I always get Error 405 Method Not Allowed Any suggestion to this? Thanks a lot Michael