I'm getting data via API, but I haven't been able to get activity data yet. I would like to know if it is possible to pull from the "deals" object or another object. I want the number of emails, number of calls, number of meetings, etc. And it must read more
I'm trying to add a custom workflow action. It seems to work except the labels aren't showing. I'm not sure why though? { "actionUrl": " https://voip.app.com/api/webhooks/hubspot/send-sms ", "published": true, "inputFields": [ { "typeDefinition": { read more
Hi, We have a call to create a property on a Company object, this works has worked on many portals we have setup however on a newly created one we are getting back an error not seen before. We have checked on other portals and this error doesn't read more
I am currently using v1 engagement api to create the email log on hubspot. On hubspot owner is being reflected as sender instead of the contact who sent the email. Any idea on what could be the reason why UI shows this behaviour. Sample request read more
Hey, @VinayApollo 👋 Thanks for flagging this. It looks like there is some undocumented behaviour here. The short answer is — if you are creating...read more
Hey, @nickiearchua 👋 Can you share more details? It's difficult for our community members to troubleshoot these issues without seeing a code e...read more
Hey, I'm in the process of setting up an integration, which will be using the Marketing Events Attendnace. I've got 1 contact in the marketing event, and I had updated their attendance. (using the Record a subscriber state by contact ID en read more
Hey, @HMorris9 👋 Thanks for your question. I'm pretty sure I understand the question. And I want to make sure I get my brain around this one. ...read more
On wordpress site I am using gravity forms and using hubspot script to get the values onto a hubspot form. However for a certain field it is grabbing the text between the options html tag in the select tag instead of the value from the value attribu read more
In an effort to push Snowflake data to HubSpot, we are contemplating setting up and connecting the HubSpot and Snowflake Data Ingestion (BETA) . We are partnering with IT who needs clarification around HubSpot data sharing when discussing the integ read more
Hey, @ABrecher 👋 I suggest you open a support ticket for this question as it is related to the Product. Additionally, you might also ask your ...read more
The below code works for a single file upload, but if I have an array of file paths filePaths = [ 'abc.pdf' , 'sample.pdf' , 'xyz.pdf' ] all files are in current directory. When I loop over the array, the code just upload read more
Hi Folks, @hubspot I had a trial account and did some important POCs there. I can't access that account anymore. I need those POCs for a demo to higher management to showcase the HubSpot capabilities, so that we can procure a License. Could so read more
@HForSevenElev wrote: Hi Folks, @hubspot I had a trial account and did some important POCs there. I can't access that account anymore. I nee...read more
Hello, I've been using /contacts/v1/lists/:list_id/add ( https://developers.hubspot.com/docs/reference/api/crm/lists/v1-contacts#add-existing-contacts-to-a-list ) for years without a problem, passing emails as contact identifiers. Today, I noti read more
Thanks for the reply. My code looks like this: func (c *Client) AddContactToList(email string, listId string) error {
url := fmt.Sprintf("https...read more
Good morning! I have this code that I am trying to integrate in my emails as a button to add the reservation to the clients calendar, however everything is perfectly integrated, except the date and time... I understand that it could be a formatting read more