All Collections
Share Videos
Email (Share with Personalization)
Instantly — Send Personalized Videos at Scale
Instantly — Send Personalized Videos at Scale
Bethany Stachenfeld avatar
Written by Bethany Stachenfeld
Updated over a week ago

Send personalized videos in Instantly emails to cut through the noise and connect at scale.

Sendspark makes it easy to automatically pull in your viewer's first name, company name, and job title, just follow the steps below!

How to Send Bulk Personalized Videos in Instantly Emails

1. Record or upload your video

Record or upload your video in Sendspark here

Record or upload video in Sendspark

2. Personalize content around video

Customize the video header, message, and thumbnail. Feel free to use placeholders to automatically pull in contact information from Instantly when you send your video!

Personalize video

3. Copy share snippet for Instantly

Click "Share Video," and then select Instantly (if you don't see Instantly, follow these steps to modify your share modal).

Copy video share snippet for Instantly

4. Paste in Instantly (HMTL)

From Instantly, click on the < > to get the HTML editor. Then, paste your Sendspark video snippet right where you want it to appear in your email.

Paste video in Instantly

5. Resize video

Click the < > again to get back to the visual email editor. You'll notice your video is a little large, but you can click on the video and then the rule icon to resize your video. We recommend 50% for the best appearance.

Resize video in Instantly

6. Preview and send!

Click on the preview icon to review your video email before sending it. If you've customized your video thumbnail, you should be able to see the personalization when you preview videos in Instantly.

Send video in Instantly

---------------------------------------------------------------------------------------------------

How to Send Bulk Personalized Videos in Instantly Emails

(Update Sept. 2023)

Code used on the video:

Deploy to display code:


<!DOCTYPE html>
<html> <head>
<title>Your Email Subject</title>
<style> /* Add CSS styles for centering content */
body { margin: 0; padding: 0; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; } table { width: 100%; max-width: 600px;
/* Set your desired email width */
background-color: #ffffff; border-radius: 10px; } td { padding: 20px; text-align: left; } </style> </head> <body> <table cellspacing="0" cellpadding="0"> <tr> <td>
</br>
<h1>Your Email Heading</h1>
</br>
</td> </tr> <tr> <td>

<p>Hello,</p>
</br>
<p>This is the content of your email. You can customize it as needed. Make sure to keep your message concise and engaging.</p> <p>Best regards,
</br>
<br>Your Name</p>
</td> </tr> <tr> <td>
</br>
<p>Copyright © 2023 Your Company. All rights reserved.</p> </td> </tr> </table> </body> </html>

Did this answer your question?