I have a bit of an issue in how to structure orders and contacts. Our platform does a lot of its transactions over the phone and users can create online accounts later on which link to phone numbers that they may or may not have already used to tran read more
In case anyone was interested, I've published a python msgpack model for the new-style webhook events. Available here: https://github.com/oeklo/hubspot-webhook-model/blob/main/pyproject.toml on the MIT license. Feedback and contributions read more
I'm currently trying to integrate with our Jira instance to automate the sending of emails from HubSpot. To do this, I'm using the Single Send API and a private/legacy app. The problem I'm encountering is that when I attempt to use the single-send read more
I've been using Curl for testing: curl --request POST \
--url https://api.hubapi.com/marketing/v4/email/single-send \
--header 'Content-Type: ...read more
I have a question about Custom Objects scopes while migrating an app.
I will be migrating an existing legacy app (which already has access to crm.schemas.custom.write via the Custom Objects Schema Pilot in 2024) into a Project-based app.
read more
Hello community, just started developing an integration for hubspot when I ran into what I think is a bug from hs? My goal is to get notified (webhook trigger) when a new message comes in the chat (inbox). I created a public app, auth, sco read more
@JSimons4 - Sounds like you are diving deep here! I'm very familiar with using conversations and thread objects - but I have always used conversati...read more
I am new, and trying to get logged calls and the internal data of the call (type, description, owner, date/time etc) I can not find the scopes required for Calls (and meetings) that the breeze AI describes i need for the API call to get this data. read more
Hey @helpmepls 👋 and welcome, it's a pleasure to have you here! Thanks for reaching out to the HubSpot Community! Here are some resources th...read more
I am observing an issue when pushing content to a rich text field (Contact field). Behavior seems to vary depending on source. Developer can push formatted html via integration escaped character \n correctly results in a new line however, re read more
Background: Threadly is an app for Slack that allows users to broadcast/blast messages to multiple channels at once, and also includes action buttons to drive users towards CTAs, forms, and more. Issue: We're working on a HubSpot integratio read more
I am unfamiliar with this system and am very confused with the documentation. From what I need, I have the following goals: 1. Send messages from a user to an agent, if the user sends another one then it's a new chain. (Attatchments needed) 2. Send read more
Hi @DesperateCoder and great job mapping this out! Your steps are accurate with one clarification: For step 6, you can filter threads by associ...read more
Per: https://knowledge.hubspot.com/records/merge-records when two contacts are merged, the data is combined into a NEW contact ID. This is a (unwelcome) change from a few months ago, when merging B into A, moved the data from B into A and left th read more
Thanks, but this is not about the API merging... this is about the UI merges which break the back-end association by assigning a new number. Obvi...read more
Hi HubSpot Community, I’ve created a SCIM app on both my HubSpot account and sandbox, but I keep encountering the same issue when accessing the SCIM interface. The error message is: " Something went wrong fetching your SCIM domains. Please read more
@RayanDigi wrote: Hi HubSpot Community, I’ve created a SCIM app on both my HubSpot account and sandbox, but I keep encountering the same issu...read more
Hello Community, We are facing a critical blocker when trying to use the Marketing V3 Emails API (GET /marketing/v3/emails), which consistently results in a 403 Client Error: Forbidden with the error message MISSING_SCOPES . The Core Problem read more
@ISergeyssels - This looks like it may be an wonky commercial decision by HubSpot. I'm frankly very surprised that this API requires a 'content' sc...read more