Hello, I am not able to add an email to the property of a business.
I create the contact worked ok
I create a business with the contact data it worked ok
Now I need to include the e-mail of a seller in the property of this business but I can’t find where to include this information.
I’m selecting add custom property but the field is empty and I don’t see any information to use:
So perhaps you can share some further details on what exactly isn’t working for you? In addition to understanding how you have configured your field in Hubspot it’d be good to have a workflow using which the problem can be reproduced and the full error message you are getting from Hubspot when trying to execute your node.
It wouldn’t be that.
I think I didn’t express myself properly.
I need to assign the deal to a seller registered on hubspot.
That is, I need the business to arrive at the hubspot already assigned to an email from a seller.
@Ricardo_Pereira I did now go in and translated all of your posts with the help of Google Translate from Portuguese to English. Be aware that we only allow English posts in this forum. So please make sure to translate yourself (https://translate.google.com/) before posting here in the future. We do not want to have a language mix in here, it is simply a very bad experience for other community members if everybody posts in a different language. Additionally will other users which have the same problem never find this post if it is not written in English. Thanks!
When you say you need to assign the deal to a seller what do you actually mean? Is it just a custom property or are you are changing the owner of a deal?
That, I want to add an owner to the business.
In other words, it is necessary to send the business already with a specific owner.
Example:
Business name: xxxx
Business value: xxxx
**Business owner: xxxx
So are you creating a company or a deal? Do you maybe have some screenshots from Hubspot that show what you are trying to do that may help us see what field needs to be set and where it is.
today I use this integration a lot with a tool here in Brazil called Pluga. It’s very simple to do it for her, I just put the email and he already sends the lead to the owner with this email registered on hubspot.
But I want to centralize everything here at N8N today. I don’t want to use Pluga anymore.
Here’s a print of the Pluga tool and how I fill it out:
Alright that was handy thanks, So we can add a owner to a company but what we don’t have support for yet is adding a deal owner to a deal. From what I can see this value would normally be an internal team member / member of a sales team rather than a company.
At the moment the only way to do this would be to use the HTTP Request node and set the value manually through that, The good news here though is we are currently woking on overhauling the Hubspot node so I have popped a message on the dev ticket for that to see if we can fit this one in as part of that change or if it is too late.
Looking at the API docs it would be something like the below, You would need to replace {deal_id} in the URL with the deal id and in the body parameters change id_of_hubspot_user to the ID of the hubspot user.