Use case
Customer success recap video for Energy / Utilities
Generate customer-level success recaps using usage, outcomes, and highlights.
Why Energy / Utilities teams still ship reports manually
- Operational updates are hard to summarize quickly.
- Stakeholders need clear outage communication.
- Manual recaps take too long to publish.
- Teams need reliable status reporting.
Automate customer success recap video with an API
- Trigger the workflow when a customer recap is generated happens.
- POST structured data to /render using template customer-recap-v1.
- Render asynchronously at scale and receive a webhook when the MP4 is ready.
- Deliver the video via status page, email, or ops dashboard.
Input (structured data)
{
"brand": "energy-utilities",
"data": {
"customerId": "example-customerId",
"highlight": "meters",
"kpis": {
"outages": 3,
"peakLoad": 842,
"renewableShare": "38%",
"restorationTime": "1h 20m",
"serviceTickets": 214
},
"outages": 3,
"peakLoad": 842,
"period": "2026-01-14",
"renewableShare": "38%",
"restorationTime": "1h 20m",
"serviceTickets": 214
},
"template": "customer-recap-v1"
}Output (deterministic MP4)
- 30-60s MP4 per customer
- Customer name and key KPIs
- Highlights section
- Webhook with output URL
Architecture
Data source / event | v Rendivia Render API | v Queue + Workers | v Remotion templates | v Branded MP4 + webhook
How it works
Fetch customer KPIs
Pull usage and outcome metrics per customer.
Render recap
POST to /render with customer-recap-v1.
Deliver
Webhook returns the MP4 URL for the customer.
Embed
Embed in your customer portal or send via email.
Benefits
- Automate reliability and outage updates.
- Deliver clear status summaries to stakeholders.
- Deterministic output you can trust in production.
- A repeatable workflow triggered by a customer recap is generated.
Common questions
Can I batch render for many customers?
Yes. Call /render per customer and process asynchronously.
Can I store outputs?
Yes. Store webhook URLs in your database.
Related
Generate customer success recap video via API
Create an API key and render your first customer success recap video in minutes.
Get API key