Skip to main content

I have a customer success person taking demo calls with clients. these clients already exist in Hubspot.

After their call ends, I want to send the AI generated summary from zoom to hubspot and add it as a note to the contact. 

You can simply Do this by 
Module1: First Trigger new zoom meting 
Module2: Use an Open AI tool to create meeting summary
Module3: find contact in HubSpot from zoom details 
Module4: Add note to contact from open ai summary 


Hey ​@Jesy,

Try using the trigger New Meeting Summary,

Your workflow will look something like this-

  • New Meeting Summary trigger
  • Find Contact action
  • Update Contact action

This is a sample workflow and you may need to extra actions like filter, formatter etc as workflows are usually personalized to user’s needs. Hope it helps!