How can I identify the agent who accepted a conversation that was transferred from the Treble integration? In the history, I only see the following event: Copiar código { "type": "EVENT", "event": { "type": "TRANSFERAL", "into": "AGEN read more
Hey everyone, I'm trying to find an association between a ticket and a conversation by using the code below. My included property is the Ticket ID. Unfortunately I get the log that no associations were found. I tested it for multiple tickets that ha read more
Hey, @LeonSuperchat 👋 I'd suggest you review the endpoint you are attempting to use as a starting point. You have ` https://api.hubapi.com/crm...read more
Hi, we have an external form for an app in our website and the app developer told me we can connect his form to our hubspot with webhook. But he can't help with the hubspot side and I am not sure how to do it via webhook. The form in question here read more
Hi, the company I work for is in need of a stricter CSP. We use HubSpot for forms and the cookie consent banner. I have added all the HubSpot domains( from here ) to the appropriate content types in my Content-Security-Policy but there are still is read more
Hi Tom, Thanks for your response. For clarity, the site I develop and mange is built with WordPress hosted on AWS and does not use HubSpot CMS. HubS...read more
Morning I am working on an integration, and part of the flow is that users on our system can change their email address. When this happens I need to be able to locate the Contact record on HubSpot, update their email address and move their old e read more
Hey, @PTSergio 👋 I am going to flag this to my internal resources and try to get us confirmation. Here's my example, which returns a `400` re...read more
Hi, i'm trying to generate a hubspot client in c# using the openapi spec. If I look at the documentation I see there is a batch upsert function ( https://developers.hubspot.com/beta-docs/reference/api/crm/objects/contacts#post-%2Fcrm%2Fv3%2Fobj read more
Hi there, Recently I discovered that the function hubspotClient.crm.contacts.searchApi.doSearch does not always find specific customers, even if they exist. That means that our codes evaluates that the customer does not exist and therefore it mus read more
Hello Community, We would like to connect our Cloudphone telephone system with Hubspot via a private app. There are Hubspot connectors in the Cloudphone. My question is which areas have to be selected in the private app so that incoming and outgoing read more
I am currently integrating Webflow with HubSpot to send form data using an API token. The data is being sent successfully from Webflow, and I receive a 200 success response code, indicating that the request is processed properly. However, when I che read more
Hi, @NSharma92 👋 Thanks for your question. I'd like to invite some of our community members who have experience here — hey @Ben_M @Santiagoa...read more
Hi community, I am new to the HubSpot API and am looking for some help. I am trying to delete certain line items that I created that were incorrect but first I need to find them. If I wanted to use the API to pull all the line items that wer read more
Hey, @MStevens11 👋 Have you looked into the Search API ? Specifically, using the search operator ` BETWEEN ` in your request? It should be ...read more
I'm attempting to add a TXT record to my GoDaddy DNS settings to verify my HubSpot developer account. However, I'm encountering an error that states: "Record name www conflicts with another record." Currently, I have a CNAME record using "www" read more
Hi @RCunningham1
The "Record name www conflicts with another record" error occurs when a CNAME record for "www" exists, preventing coexisten...read more
Hi everyone! I'm getting an error with status 400 when trying to access this endpoint with POST: https://api.hubapi.com/crm/v3/properties/contacts Full error: { "status" : "error" , "message" : "Invalid i read more
@AMamdani - it looks to me from your code fragment that you are using a properties API (one that is used to define or update property fields on an ...read more