Is it possible to add a note or call to a ticket via the API. It's available on the GUI but the engagements API only seems to work with Contacts.
I can successfully open and update tickets.
Hey Neil,
This is possible using this endpoint: https://developers.hubspot.com/docs/methods/engagements/create_engagement
In your request body,...read more
Hi there! New to the forum so please be gentle.
Trying to grab the "activity" of a ticket as it flows through the pipeline. Notes get attached, statuses change...etc.
How do you do this with the API? I looked through the CRM properties and I read more
Welcome, @jmcqueen .
At this time, no public API truly allows for the retrieval of every activity and update that appears on an object's timeline ...read more
(Hub ID: 2252779)
I'm trying to figure out some weird behavior I'm seeing regarding the Ecommerce Bridge Sync Messages API. For context, the issue I'm having is regarding a script I wrote to send Hubspot our historical e-commerce data.
Initially read more
Hey Issac, thanks for the response.
In typical developer fashion, as soon as I submit the post I find some new information that helps diagnose the ...read more
I try to get a list of products related to a deal using the API.
When I add a product from the products list and use line items and associations, it works fine.
When I edit the product from inside the deal, the source product doesn't change.
How read more
I need to find out whether our API can work with Hubspot. Here are our API Docs and what we require. We have an API token that needs to be used to make the correct Json call. Before I get a programmer to start setting all this up, I wanted to see read more
Welcome, @rherget .
I don't see any reason why this API can't be used in conjunction with HubSpot! It's important to note, however, that our APIs ...read more
Hello, I have an account with the following subscriptions "sales free" "service free" "marketing free", I already create a pipeline and I am trying to add a ticket through API. I use the following url https://api.hubapi.com/crm-objects/v1/objects/t read more
Hi @gabriel_perez ,
I appreciate your patience while I was out of office over the Thanksgiving holiday.
I successfully created this ticket usi...read more
Hi Everyone,
Just trying to use API to change the pipeline in HubSpot.
I keep getting an error using this API put call: $data = '{
"pipelineId": "default",
"stages": [
{
"stageId": "49fafda2-f166-4650-956a-1dc5f5514357",
"label": "Initial Q read more
Hey @geri1985 , we're about to update the documentation, but your request should be formatted like this:
{
"pipelineId": "pipeline_test",
"la...read more
API already has ability to create or delete crm associations in batches. It seems logical to also have an ability to load associations in batches.
Here is an example: we can get the list of line item objects, but none of them include information a read more
Hi @Anton_Litvinenko ,
To clarify, are you seeking a batch version of the Get associations for CRM object endpoint that allows you to define an ...read more
hi i'm on a project and i get the contacts that are registered on my site which are local to submit them to my hubspot app and i have this message in my console
request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is p read more
Hi @maven ,
Which endpoint are you using?
As this documentation states, most of HubSpot's APIs do not support CORS AJAX requests. The only ...read more
Hi,
I am a superAdmin in the account and I am trying to fetch the tickets using the url "
https://api.hubapi.com/crm-objects/v1/objects/tickets/paged?hapikey=[hapikey]
``
But it throws me an error which says "{"status":"error","message":"Mus read more
Hi @Chaitanya_Krishna ,
To fetch tickets, you must be using the Service Hub product, which had not been activated in your test portal. I've just s...read more