Hello, We are working with python and HubSpot API, using both the hubspot api library for python and the requests library depending on the endpoint we are using. We have found a roadblock trying to retrieve the marketing emails and tie them read more
Hello, You should start there and see if you find a starting point to create your code (list the events and look for clicks and email opens, then...read more
Hi all ! I create a Trial End Date property and add it on a module for my emails campaings. It’s not possible to translate the “Trial Days Left” property in the emails (jours > days). It's translated in the contact record, but that doesn’t apply read more
Hi support team, I hope you're doing well Currently, we embed a email form script made by Hubspot into our site. This is a specific example of our form: https://app.hubspot.com/submissions/3112981/form/f56b92c5-2828-48dd-a805-1e7aaac05b64/perfo read more
Hi @Tuanva , Here's the API you're looking for: POST https://api.hsforms.com/submissions/v3/integration/submit/:portalId/:formGuid Replace :port...read more
Hello, I'm trying to display a Product Lead property in a custom module used in emails, but the default value is always shown instead of the actual property value. The property (trial_days_left) appears correctly on the Product Lead record in Hu read more
Are you able to bring in other custom fields, just not this calculated one? product_lead is a custom object? do you have access to this? Does it sh...read more
HubSpot Experts – Need Guidance on Migration Strategy Use Case: John is a member of Army Credit Union and has received 10 marketing emails from HubSpot. Requirement: We want to display key email details such as for each email 1.Subject 2.Created read more
Hi @SnovielLopes , thanks for your reply! I'd love to put you in touch with other Top Experts to see if they can share some insights: Hi @Anton ...read more
Hi HubSpot Developer Support, I’m trying to export 1:1 sales email messages (from, to, subject, body) from my CRM using the crm.objects.emails.read scope or the Legacy Engagements API. Here’s what I’ve attempted: Created an app in the HubSpot read more
Hello, I've gone down the rabbit hole of Api documentation and such, so I'm pretty familiar with it, but I am still trying to find the best way forward with my needs. I am on the Service Hub Enterprise plan. I am looking for a clean way to track read more
Hey @TSpear ! Thanks for going through the documentation. I want to invite some subject matter experts to see if they have any suggestions.
...read more
I am trying to develop an API integration through a Public or Private app (undecided) with the purpose of creating and sending marketing emails in one action. I am confused by the restrictions on certain functions that would enable Marketing ema read more
Hi @Jaycee_Lewis (or anyone!) Thanks for your response. To be clear - whether sending is done in one command or multiple is not important. What...read more
Hi Team, We are currently using the HubSpot platform to generate daily newsletters by capturing all the content in an MS Word document saved on SharePoint . Since we work with numerous industry and company reports, news releases, and research read more
Hi Rajeesh, Copy-Paste with Formatting: When pasting from Word, try using "Paste Special" (in Word: Ctrl+Shift+V or Paste > Keep Source Formatting...read more
I want to implement custom code to send emails using the Google API. Currently, I have achieved this by adding a refresh token as a static value, but since the refresh token will expire after some time, I need a solution to handle its renewal.
Another approach -similar to what @nickdeckerdevs1 suggested- is to offload the email-sending logic to your own backend. I’d recommend setting up ...read more
I'm trying to use the HubSpot API to create a new Help Desk ticket when there are particular errors within our software as we need to notify customers about them. I can create a ticket using POST https://api.hubapi.com/crm/v3/objects/tic read more
@EFrance3 - the issue I think is one that I have complained about many times over to the Helpdesk team and has been comprehensively ignored. My ass...read more
Hi, Currently, in my application, Hubspot is tracking the user mail id with the cookie hs_login_email, How Can I utilize this cookie in my application? It seems to be undefined when I consoled it and not available in document.cookie? Thank read more