I can not find out how t o pull all the emails from a Deal Record. The following properties are what I am looking to pull from Deal: hs_email_text hs_email_subject hs_email_from_email I want to pass in a Deal ID and receive all the emails read more
Hi @Besteman , To get emails from a specific deal: 1. Retrieve all email engagements associated with the deal using the Deal ID. GET /crm/v3/ob...read more
Hi @MPALOD
As of now, you can't get a template ID of the email using the email ID but there is a workaround solution. you can get all templates...read more
Hello All, Been trying to find documentation or details on why localtime_batch email types are not setting the processing state to done for any of those email types coming from the marketing API. Working with my client they can't see anything we read more
Thank you for replying Noemi! we are using this to pull campaign and email statistics for processing. (sends / opens clicks) we currently look for...read more
When I create an email using the POST https://api.hubapi.com/crm/v3/objects/email endpoint with {
"properties": {
"hs_timestamp": "2024-08-21T12:35:00.000Z",
"hubspot_owner_id": 406511315,
"hs_email_directio read more
Hi I am using the workflows api to get a list of email campaign ids by calling the below url : https://api.hubapi.com/automation/v3/workflows/{workflow-id} When I using the emailcampaignids to get details by calling the below URL : read more
Hi @sandy_ptc , Steps to solve, 1. Ensure that the email campaigns you're querying are active and published. If they have been deleted, they w...read more
We would like to use the HubSpot API to: 1. Create a HubSpot ticket with some specific data and notes 2. Send a transactional email to a contact 3. Have that transactional email attached to the ticket 4. Receive a reply from the contact and have read more
Hi, @noahfpf 👋 Thanks for your question. I'd like to invite some community champions to the conversation who may have related experience — hey...read more
We recently upgraded to operations hub pro and service hub pro. I was told this would give me the ability to have more control over how incoming emails are associated to deals, particularly via custom code. Basically my problem is the following. read more
Hi, I'm new to hubspot, and I wanted to know if I can pull data from HubDB if the email address there is the same as the email contact email recipient? I'm creating a custom module that I can drag-and-drop into an email. I'm not using the p read more
Hey, @loumd2 👋 Thank you very much for including your code example in your post. That is always helpful to our community members when they are t...read more
Hi, Currently i am pulling emails from the below api -> https://api.hubapi.com/crm/v3/objects/emails However, this api returns all the emails, even the one belonging to to a thread, as independent emails with its own unique id. read more
Hi @MThekkadayil
Since HubSpot's API doesn't directly provide access to the In-Reply-To and Message-ID headers.
We can explore options like em...read more
Dear Community, has anyone experienced the error " Cannot read properties of undefined (reading 'getIn)" after sending manually more than 90 emails with HubSpot's E-Mail editor? I have little to no experience with programming so any help is welcom read more
Dear Jaycee Lewis, thank you for your response. I'm using personalization when it comes to templates in E-Mails. I write and send a ton of E-Mails wi...read more
I'm getting all files from https://api.hubapi.com/files/v3/files/search this API and uploading that to my project. Now i what if i only want newly added files. i mean i want to exclude files that are already retrieved. Is there any way to manage l read more
Hey @Jaycee_Lewis . Thanks for the response. I can do filter by `createdAt` or `updatedAt` if i fetching data through some background job regulalr...read more
We want to collect feedback about our product from customers using your Feedback Surveys option. However, we want to know who sent us the feedback and avoid receiving anonymous opinions. To achieve this, we pass the user's email as per HubSpot read more