We need something else which is the SQL statement to retrieve all the required fields from both the tickets table and calls table. We have some fields that are required in the project in both tables tickets and calls. We need the SQL stateme read more
Hello, I am running into an issue with my WebHook. I'm relatively new to this so I will attach a screen shot but this is the error I am receiving and on Hubspot's side it is not receiving the test. " [result] => {"status":"error","message":"Inv read more
Hey there! I've got webhooks working great for contact creation, updates, merging, deletion, etc, but I don't see a way to get a webhook when a note is created, todos, when an email or a call is logged, etc. Is there an endpoint that I'm missing t read more
Ah, good call! Since I'm building the app to be used in the hubspot store it'd be better if we didnt need those subscriptions just to make sure more ...read more
We have this form on the website. The form is not directly connected to HubSpot. This precise form is connected to a central endpoint that distributes data on multiple platforms. When a person has filled in this form and clicked on consent, their e read more
I generate 2 or more duplicate forms onto my page inside modals using the v2 script. I have noticed the onFormSubmitted I attach to the form instances is called incorrectly on a different instance of the form about 75% of the time instead of the co read more
I have an issue with this https://api.hubapi.com/contacts/v1/lists/3/add API In the attached SS you can see my request payload and the error. I have done the same as the given documentation https://legacydocs.hubspot.com/docs read more
Hi, I have a use case to update a message content within a conversation thread via the Conversations API so that certain sensitive texts/attachments could be masked. From the developer documentation, I don't see any endpoints to make a PUT/PATC read more
Context: I have the following code inside a loop, that ends in writing data to a gsheet: try:
# Fetch individual deal details using its ID
individual_deal = api_client.crm.deals.basic_api.get_by_id(deal.id)
properties_data = individual_deal.p read more
Hey, @GGiordano 👋 Did you get this worked out? If not, I have a few questions to help give the community more information.
Create a test Deal ...read more
Hi, Im thinking about switching our wordpress forms over to Gravity forms because we have been having issues with Ninja forms and the Hubspot All-in-One Plugin. You can see my post below if anyone is interested in the problem we're having: read more
I am trying to create an application and I need it to, in addition to creating a card when responding to the webhook, also previously generate or upload a file to the client's account. Is this possible? I'm using this documentation as a guide: http read more
If you need to upload a file you will need to use the Files API - you could connect this to an incoming webhook. For example: say you create a...read more
I want to submit form data via API. I want to uplod multiple file on the one field. How can i do that ? What i have tried ? { "submittedAt" : 1700722754114 , "fields" : [ { "objectTypeId" : "0-1" , "name" : "email read more
Hi there! We have an extensive integration with Hubspot and are looking to integrate the Livechat onto our customer-facing platform. We load the hubspot tracking code through our GTM. The live-chat is fully functional, however after any type of p read more
Hello @WijnandWF thank you for posting in our Community!
I came across this post here with similar content, and our developer's page with m...read more