we need to keep communications seperated from team view. but all users need to see all contacts. so im thinking to grab the activity/engagements belonging to team A, then to associate it with another object... any ideas would be welcome.
Hey, community, does anybody knows if there´s integration with Jobvite? We want to create our recruitment process through HubSpot, but the organization uses Jobvite. Thank you
Goal: Add attachments over the API and have the same options to control access rights to them as for other attachments added manually in HubSpot. Problem: Attachment files added manually in HubSpot are created with access "HIDDEN_PRIVATE" which read more
To create an integration workflow, I need to create a mapping table to map a HubSpot value to its value in the other system. Created the table no issue, but short of an API call (which to me is going out of HubSpot to come back in to talk to HubSpo read more
I'm new with HubSpot development. I try to follow the instruction about the dev environment, projects, etc. It seems that hs auth should be done for dev account, not test one. Then, it will allow me to push project to account. When I open http read more
Hi All, I don’t know what the right channel is, so now I am trying here we are having a problem with connecting Zoom to Hubspot as Hubspot import all recording into HubSpot including Board meeting, hiring interviews etc. We would therefore li read more
I use hubspot Api with a laravel project , After a change in a form I don 't get any submission here is my code: if (isset($_COOKIE['hubspotutk'])) {
$cookie = $_COOKIE['hubspotutk'];
} else {
$cookie ='';
}
$this->hub read more
hi, we have 2 two identical applications (for DEV and STAGING) with the dropdown menu which triggers our service's endpoint to fetch a data and display it in Workflow right panel. (Dev app uses dev_service, but stating - separate staging_service ) read more
I want a custom field for the blog that I can retrieve from the API call result directly. It can be an event date, podcast date, or any specific data that I would like to pass it from the HubSpot blog backend. Where do I have to make changes to read more
Hi,
My use case is as follow:
1. i have two portals connected to my app
2. when i change a property in one portal the event hook is triggerd and i get the portal id with the changed property
Question:
How can i use the event with p read more
I am trying to fetch deals from a custom deals stage that was created in the timeline. I am trying to fetch it using filtergroup as follows: "filterGroups": [
{
"filters": [
{
read more
We use hs_email_direction to determine whether an email is incoming or not. Incoming emails have the value of INCOMING_EMAIL. However, we're seeing incoming emails being marked with the value of EMAIL despite emails being sent to users we have in ou read more