Gan AI Docs
  • 👋Welcome to Gan.AI
  • Onboarding
    • ✨Our Products
  • Studio by Gan.AI
    • 📹Quick videos
      • Creating your first quick video
      • Generating subtitles
      • Editing subtitles
      • Trimming quick videos
      • Setting up your video thumbnail
      • Adding background audio/music
      • Getting video details
      • View quick video analytics
      • AI Edit Video Landing Page
    • 📽️Personalized projects
      • Personalize with variables
      • Tips for recording and setup
      • Recording a personalized project
      • Setting up your personalized project
        • Voice AI
          • Assigning Voice AI variables
        • Edit video landing page
        • Automatic Backgrounds
        • Thumbnails
        • Subtitles
          • Setting up personalized subtitles
          • Generating personalized subtitles
      • Generating personalized copies
      • View Personalized Video Analytics
    • 💡Chrome Extension
      • Installing & Setting up
      • Recording & sharing videos
      • Using with Gmail
      • Adjusting camera settings
      • Drawing highlights
      • Editing subtitles
    • 💾AI-Personalized videos
      • Recording your first AI-personalized video
      • Adding a script
      • Recording variables
      • Training script
      • How does the AI model work?
      • Edit pronunciation
      • Why is my video still generating?
      • Sending the video for the model training
      • Generating video copies
  • Custom Branding
    • Personalized video landing pages
    • Adding personalized header
  • Sending videos
    • ✉️Sending videos
      • Selecting a video page template
      • Editing the video landing page
      • Sharing videos
      • Maximizing the impact
      • Analytics
    • 🔗Linking your custom domain
  • VIDEO DELIVERY
    • Export video data
    • 🔗List of integrations
      • Hubspot
      • Zapier
      • Make
      • Outreach
      • Follow Up Boss
      • Klaviyo
      • Keap
      • Mailmodo
      • Highlevel
      • Apollo
      • Mailmodo
      • Twilio
      • Mailchimp
      • Google Sheets
      • API
  • SHARE & EMBED GAN.AI VIDEOS
    • 🔗List of integrations
      • Hubspot
  • 😍Other
    • Support
    • Pricing
    • Security and compliance
    • FAQs
    • Use cases
Powered by GitBook
On this page
  1. SHARE & EMBED GAN.AI VIDEOS
  2. List of integrations

Hubspot

This guide covers how to share the code to embed thumbnail & video inside hubspot email.

PreviousList of integrationsNextSupport

Last updated 9 months ago

To learn how to integrate Hubspot with a Gan.AI project, click below:

Adding the embed code to Hubspot email template

  1. In your HubSpot account, go to the marketing tab and click on 'Email'. From there, either select a template or create a new email

  2. Now to set up your email template, enter the text you'd like to include. You'll also need to add an HTML snippet by clicking 'More'. Drag this block to the spot in your email that you'd like to include the video

  1. Open the HTML editor & add the below mentioned HTML snippet to that specific spot.

  2. img_src should have the thumbnail contact property, href (i.e the link that will open on clicking) should be the smart url contact property

<a href="{{ contact.gan_ai_new_project__am_smart_url }}" target="_blank"><img src="{{contact.gan_ai_new_project__am_thumbnail_url }}" width="100%"></a>

Note: Please ensure that the hubspot internal names match with those in this snippet

  1. Once the HTML is added, click 'Done' to save

  2. To test this setup, click 'Action' and then select 'Preview'

  3. Once the results are successful, click on 'Save' & return to the plain text view

🔗
Hubspot