Do you want to create personalised videos for your audience that are relevant, engaging, and data-driven? Do you want to do it quickly and easily without any coding or editing skills?
If you answered yes, then this blog post is for you. In this article, we'll show you how to create personalised videos with Shotstack and Make, two powerful platforms that when combined, let you create videos using data, templates, and third party APIs.
We'll show you how we used Shotstack and Make to create a personalised newsreel video for each attendee of an industry event. Each video showcased relevant news, insights, and recommendations based on the attendee's preferences and data. Each video was unique and automatically generated and sent to the attendee every morning of the event.
Shotstack is a cloud-based video editing platform that lets you create videos using code, data, and templates. You can use Shotstack to create videos for marketing, social media, e-commerce, education, and more.
With Shotstack, you can:
Shotstack is easy to use and flexible. You can use Shotstack's web-based video editor; Studio, to create your video templates using drag and drop tools. You can also use Shotstack's API to create your videos programmatically using JSON or SDKs.
Make is a no-code platform that lets you build workflows to automate tasks and connect different apps and services. You can use Make to create workflows for marketing, sales, operations, customer service, and more.
With Make, you can:
Make is simple and powerful. You can use Make's block builder to create your workflow logic without writing any code. You can also use Make's connectors to integrate with various apps and services without any coding or configuration.
Our goal was to create a personalised "newsreel" video for each attendee of an industry event that would showcase relevant news, insights, and recommendations based on their data. We wanted to make each video unique and engaging for the individual.
Here are the steps we followed to create our personalised videos:
We started by creating a video template in Shotstack Studio. The Studio is a web-based video editor that lets you design your video layout, style, and effects using drag and drop tools.
We added different elements to our template, such as text boxes, images, audio tracks, and transitions. We also added merge fields where we wanted to insert personalised content. For example, we added merge fields for the recipient's name, city, favourite food, preferred type of news, favourite form of entertainment, etc...
Next, we built a registration form in HubSpot where attendees could sign up for their daily newsreel. We asked the attendees to provide the following information:
Then, we constructed a workflow in Make that would bring together the data from the registration form, external data sources, and Shotstack to create the personalised video.
We used Make's block builder to create our workflow logic. We connected different blocks to perform different actions and functions. Here's an overview of our workflow:
Finally, we emailed and monitored the videos that were created by our workflow. Each morning, we triggered our workflow to run and create a new batch of personalised videos for each contact.
We used Make's dashboard to track the status and performance of our workflow. We could see how many videos were created, how long they took, and if there were any errors or issues.
We also used HubSpot's dashboard to track the engagement and feedback of our contacts. We could see how many emails were opened, clicked, and replied.
We received fantastic responses from the attendees who received the daily "newsreel" videos. It's sparked a lot of interest from broadcasters around the world, to see how they can use Shotstack to generate personalised newsreels for their audience.
We hope you enjoyed this blog post that showed you one way that you create custom videos with Shotstack. We showed you how easy it is to bring together your first-party data, existing assets, and assets from third parties to create thousands of bespoke, data-driven videos in minutes.
If you want to try it out for yourself, you can sign up for a free account with Shotstack and Make today. You can also check out our documentation and learn articles for more guidance and inspiration.
We'd love to hear what you think, and how you could use similar videos in your organisation.
curl --request POST 'https://api.shotstack.io/v1/render' \
--header 'x-api-key: YOUR_API_KEY' \
--data-raw '{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-overhead.mp4"
},
"start": 0,
"length": "auto"
}
]
}
]
},
"output": {
"format": "mp4",
"size": {
"width": 1280,
"height": 720
}
}
}'