I'm wondering if it is possible to have meetings logged in Salesforce show up in HubSpot? I'd like to trigger SQL automation based on a meeting being set in SFDC. Any help would be greatly appreciated.
It's tricky because, I think, Salesforce meetings are a type of object that HubSpot can not see.
The general solution to this sort of challenge is to flatten the releveant information down to a contact property in Salesforce using process builder or something similar. This can then be mapped and synced to HubSpot and then used to trigger a workflow etc.
In the case of meetings, which can be many to one with contacts, this may mean overwriting a single value each time a meeting is created, but this may still be enought to achieve what you are looking to do
It's tricky because, I think, Salesforce meetings are a type of object that HubSpot can not see.
The general solution to this sort of challenge is to flatten the releveant information down to a contact property in Salesforce using process builder or something similar. This can then be mapped and synced to HubSpot and then used to trigger a workflow etc.
In the case of meetings, which can be many to one with contacts, this may mean overwriting a single value each time a meeting is created, but this may still be enought to achieve what you are looking to do
You are correct in that HS cannot see the SFDC meeting object. We ended up using a "Meeting Booked?" Checkbox field in SFDC & process automation to mark it as True if a meeting with Type = Discovery was logged. Syncing that checkbox to HS and triggering lifecycle stage automation on it.
I set up a process builder to fire when an Event is created/updated in SFDC. The criteria is based on the Type field, and updates a checkbox on either the Contact or Lead record, which then syncs to HubSpot to trigger SQL automation.
Here is the process builder. The WhoID and WhatID criteria were added by our SFDC admin as a nuance of the Event object. I'm not entirely sure why, but perhaps you can ask your admin. If you want to additionally add this checkbox to Accounts and Opps, I think you'll either need to add two nodes to the process builder similar to these, or just roll the field up from the contact record to the parent account/any opportunities. That might get complicated though... Best of luck
Thank you so much for telling me the entire process.
I have completed the process builder and made the checkbox on the Leads object. It's working pretty fine and it is also syncing with the hubspot property ( Hubspot meeting Sync, A Custom checkbox ). In this entire process, I am confused about the data. How data will fetch through this checkbox ? Only checkbox is synced.
If any kind of workflow I have to design in the husbpot then what I have to design ?
If I’m understanding correctly, you are wondering what else needs to happen to use this data effectively? If you’re looking to trigger lifecycle stage automation, then yes you’ll need to create a workflow that updates lifecycle stage based on that checkbox becoming True. It all entirely depends on what your business objective is. Ours is to mark lifecycle stage as SQL for the individual contacts, so we can get insight into our funnel conversion rates and such.