Sine today, my code for sending WhatsApp messages to customers via the POST https://api.hubapi.com/conversations/v3/conversations/threads/{threadID}/messages endpoint stopped working. Anybody else experienced this issue? It ran smoothly for 2 read more
We are using Zapier to make a call where we Find Contact in HubSpot. This is currently failing with this: "This HubSpot step is pending because you’ve met your plan limit." I am on a free plan. We make may be 20 to 30 api calls per day in our read more
Hello HubSpot Community, I’m encountering an issue with the HubSpot API. I’ve set up an OAuth app where users can sign in and grant permissions to my app. Upon successful authentication, HubSpot sends a code to my backend, which I th read more
Hi everyone, I hope someone could help. I have my API bringing a number of values on one property. For example: Topic one
Topic two
Topic three
Topic four When I added them to an email template the display email looks like this: Top read more
I am trying to integrate a private company as a lead source and they need the information below in order to send me leads. Any idea on how to access this information through my Hubspot account? API_URL = KEY = Hubspot_Owner_Id = read more
Hi, I wanted to understand what does this Subscription_Status API endpoint : https://developers.hubspot.com/docs/api/marketing-api/subscriptions-preferences help to achieve? There is little mention in the documentation but does it allow us to up read more
Hi,
We have set a workflow that triggers on changes on different fields, but those fields are changed through API too. Client requires this changes through API not to be a trigger to the workflow because this calls to a webhook on client-side read more
Hey @ivanoccam ,
thank you for reaching out to the community. I totally get that this might result in a lot of weird executing of processes....read more
Hi, i am trying to request my authorization_code via API Call: POST /oauth/v1/token. Content-Type: application/x-www-form-urlencoded;charset=utf-8 Body Request: { "grant_type": "authorization_code", "client_id“: "e0***", "client_secret“: "b6***", read more
Hello, in my integration, I'd like to get a better experience when displaying VALIDATION_ERRORs for field validation (now working on Deals, but may work on more). I assume a good way is to parse the JSON present in message, and extract semantic read more
do_search The hubspot-python client only lets me pull 100 contacts at a time. I want to pull at least 2000. I saw that I would do that through pages but how do I implement in python? def search(riding):
public_object_search_request = read more
Hi @SSyed94 ,
I hope you're doing well. I just wanted to provide you with some guidance on using the "after" keyword in the API request payload. ...read more