Hi,
I am aware that you can add a UID when creating an engagement. My question is: does HubSpot create one when an engagement is created from within the UI (sent email, logged call, etc.)?
Thanks for your help!
Ah yes hi again ! Sorry @brianjlowry , I misunderstood your question. The uid field is not automatically created, you'll have to specify that. Tha...read more
I am trying to integrate the conversations with my website.
After a user logs in to my website I use below code to identify a user which works fine:
window._hsq.push(['identify', {
email: 'firstUser@email.com',
firstname: 'firstUser', read more
Is there any way to get the name of the email attached to the campaign?
In the end I'd like to have a table of data like so:
Email_Event_Date
Campaign_Name
Email_Name
Recipient
The only field I don't know how to get is the Email_Name. read more
Hey, @mclayton .
I see your note:
I didn't realize the campaign subject is the "name" of the campaign.
The name field on the campaign is actu...read more
Hi there,
I'm new to working with Deals, and am trying to access timestamps for when each dealname passes through each pipeline stage. I'm working with our data in Redshift, which we've pulled in using Stitch, and I can't seem to find these values read more
Hey Siobhan,
This endpoint https://developers.hubspot.com/docs/methods/deals/get-all-deals will return all of your deals along with specific cont...read more
copying website template by using "copy to portal" option from one account to another not copying attached assets like css, js, custom module files in hubspot
Again, @nutan , I cannot help you if you do not include more information.
Please answer the following:
What is the Hub ID of the account you a...read more
Anyone can you please explain me where is the "Hubspot Design" certification which we had before?
Is there any certification courses related for Hubspot Design and Custom app integration?
Is there any certification course for CMS Developers?
T read more
Hi, @sathish .
The HubSpot Design Certification was sunset on September 17, 2018. This blog post explains why the team decided to deprecate that...read more
Hi,
We're in the process of moving things to HubSpot, but we would very much like to keep current URL structure intact. That means hosting the blog on domain/blog, the knowledge center on domain/help etc.
To do this I'm setting up proxy forwardi read more
Welcome, @chripede .
Thanks for reaching out. The security team has confirmed that we do not support or plan to support using proxy servers to a...read more
Need some help understanding the API call for Transactional Emails. In running some tests we noticed that if a an email address we made an API call to send to did not exist in our list of contacts, HubSpot would automatically create a contact with read more
Hey again, @PhilQuorumFCU .
I've confirmed that it's not possible to send emails through the Single-send API without also creating contact recor...read more
Hi @Anterpreet_Kaur ,
There are a few reasons why you are seeing the error based on your screenshot. The request URL you are using is incorrect, y...read more
Hi, @mclayton .
Unfortunately, we don't have an article that defines all of those fields.
numIncluded reflects the number of selected recipien...read more
Thanks to some help on this community I was able to get my regular form fields to set through the v3 API. I'm wondering, though, for one field which is a file field (credit_report), how do I set that? I need to accept a credit report PDF. I'm a lend read more
Hubspot doesn't support multiple files on the API. I had an idea that I embed form and hid it. So, before sending the form, I transfer all files int...read more