I've seen the API documentation for us to pull specific information about a transactional mailing within a specific campagin, however, we would like to be able to pull all transactional mailings for a given email address within a given period regard read more
Hi, See if you can find your data in this request: http://api.hubapi.com /email/public/v1/events/?recipient={email}&startTimestamp={timestamp...read more
Hi everyone, I'm adding a new module via this API: https://developers.hubspot.com/docs/guides/api/cms/source-code I can see the module in the Design Manager once it is created by the API; however, I see that by default it is not available read more
I'm trying to follow the example in this documentation when sending a transactional email https://developers.hubspot.com/beta-docs/guides/api/marketing/emails/single-send-api#customproperties We are calling it like this using the Typescript read more
When in HubSpot and viewing emails, I can see the publish/send date in my view. When requesting this data via the API ( marketing/v3/emails) , this doesn't seem as straightforward. There is a Publish Date (publishDate) and a Send on Publish boolea read more
Hi @TCable ! Thanks for your post!
It seems like when the sendOnPublish boolean is true, then the publish date/time would be the same as th...read more
I'm having trouble finding out the limits for the Marketing Single Send API. For example, I need to know answers to questions like: How many emails can we send in a 24 hour period? How many emails can we send quickly within 10 second or a few read more
Hi @jkupczak , Great question, thank you for asking the Community! First, I'd like to share the following documentation that might be of interes...read more
We are using custom email templates with programmable emails, where the body of the template is defined in an imported module. We are doing this because are emails are rather large as a digest of our website content, and Hubspot was bloating our read more
Have you tried adding a minus sign to your expressions and comments? It's an indicator to remove white space at the start and end of a block.
{%...read more
I am really struggling to retrieve the opt-in status of any email for any subscription type: Contact properties only provide the opt-out status. The API does not distinguish between opted-in und undefined states (both are returned as SUBSC read more
One workaround I can think of is using lists and then retrieving the list membership, but this again is only on a per contact basis and not on a per ...read more
So I have a script that I'm running to create dataframe table visualizations that I want to somehow place in a cloned marketing email draft, whether as images or some sort of table. Is this something that is possible through the marketing email api? read more
I'm testing our integration with Hubspot APIs. I assumed that when using click tracking, the identity of the contact to whom an email is sent would be carried through to the browser (presumably via a URL parameter) when arriving on the target site, read more
Hi, @kingduff 👋 Thanks for your question. Let's invite some community members to the converstaion to share how they would troubleshoot an issue ...read more
Hi Is there a way i can i dentify all localizable fields in HUBspot over the API or through UI with respect to Blog, Landing pages, Website and Email Thanks Aditya
Hi @ANaik
Yes, you can identify localizable fields in HubSpot through both the API and the user interface (UI) for various components such as bl...read more
This endpoint is used to query the event log for events matching specified parameters. GET /email/public/v1/events using API v1, but couldn't find any way to do so via v3. Is there a solution ? After 30 November 2022 It is not working. S read more
Hi, @DBhatt888 👋 If you are referring to the endpoint here — GET /email/public/v1/events , this endpoint is not flagged for depreciation. Using...read more
I'm having problems figuring out why the number of open emails on the HubSpot dashboard differs from the information I'm receiving through the HubSpot API. Let's say I have 1000 open emails on my HubSpot dashboard and am receiving 1700 via the API. read more