I am currently sending marketing email information through a webhook, and I am receiving the subject line, the To, and the From. I am trying to send the content of the email, but have been unable to do so. Since I can not send the content, I want to 続きを読む
Hey @DWild30 - I'd be happy to take a peek at this but I just want to make sure I understand what we're working with here: Can you clarify wher...続きを読む
I would like to integrate HubSpot and Cin7. All data was uploaded as contact data. Do I have to reupload it as Company data before proceeding? The data I want to update on Hubspot through Cin7 integration is Company name, price tiers, contacts, add 続きを読む
Does anybody know what is the limit of this batch operation? I have seen 100 and 500 in the docs of other endpoints, I would like to use prevent sending to much. https://api.hubapi.com/integrators/timeline/v4/events
Hubspot batch operations usually uses the same system so I'm assuming the batch limits are the same for this object also (100 records at a time): h...続きを読む
Any update on this? were you able to migrate the chats? Moderator note: I have moved your post for visibility. For reference, here is the thread where you posted: " Importing past chat/conversations history ".
Howdy Community of Developers Waaaaaay Smarter Than Me, So full disclosure, I am a product dev/marketer with very limited JS experience using Claude Code (who also helped put together some of this post of course!) to help me jump start an MVP 続きを読む
Have any nonprofits had success installing Candid's Premier API into their HubSpot environments? We wanted to see what others' experiences were before going ahead and purchasing it.
Hi @BWPPF , I haven’t personally implemented Candid’s Premier API inside HubSpot, but I’ve worked on several similar “no native app” data-provider ...続きを読む
I have migrated from Pipedrive to HubSpot. Contacts, Companies, Deals, Notes and Tasks. Email activities is an option, configured it and turned on. Long story short, email activities isn't emails. So, the emails in contact / company and deal rec 続きを読む
Hi everyone, I have a follow-up question related to an earlier discussion about syncing data from an external GraphQL API into HubSpot. Since workflow webhooks and custom actions have limitations (no custom headers, execution time limits, etc.), I’ 続きを読む
Hi @Bhagwat , HubDB can help as a staging layer, but it’s not a great fit for a true sync pipeline. You can write to it programmatically through th...続きを読む
We use the NPM library @hubspot /api-client to create timeline events on CRM objects, such as Contacts (crm.timeline.eventsApi.createBatch()). Our event templates include tokens which have types other than string, for instance 'Numeric' 続きを読む
I was able to get this working. It seems that only the Hubspot definition of the type needs to be correct. If I pass a number as a token, then it app...続きを読む
Hi, I encountered similiar issue to this one . I am trying to develop a HubSpot extension, but HubSpot's CLI command `hs project dev` doesn't seem to be working for me. After setting up the project and uploading it to my account, I run `hs proj 続きを読む
Thank you all for your help. Found a solution .. It needs a port-mapping: 5173:127.0.0.1:5173 -L 8080:127.0.0.1:8080 -L 35177:127.0.0.1:35177' Then...続きを読む
I have code that tries to create timeline events. Before creation, it checks if an event with the necessary ID already exists with `GET https://api.hubapi.com/crm/v3/timeline/[EVENT-TYPE-ID]/[EVENT-ID ]` which gives me "404 Not Found" as a 続きを読む
Thanks for taking a look, @RubenBurdin ! I also had a suspicion that maybe mixing the two different API versions might be problematic, but the ...続きを読む
Hi all, I'm trying to sync data from an external GraphQL API into HubSpot, but I';m running into blockers. I initially tried using a custom workflow action to pull and upsert data into Companies/Contacts, but the action keeps hitting execution time 続きを読む
Hi @Bhagwat
What you’re running into is expected. HubSpot’s custom workflow actions are great for lightweight external calls, but they’re not bu...続きを読む