Personalized Video Template

Monthly Performance Recap - Client Results

The B2B sibling of the consumer Wrapped recap: a composed, credible 34-second 16:9 monthly results video an agency sends a client, rendered one per account on the 1st of the month from a reporting job that already computes the numbers. Four figures land one at a time, each measured against the previous month and each drawn over its own daily line chart, and the closing frame states what makes the comparison trustworthy rather than celebrating it ("Measured the same way as last month"). Deliberately not a hype reel: no confetti, no celebration language, and no green/red traffic lights - the event is the number arriving, not the graphics around it. Seven scenes on an ink and bone ground that flips at every cut, which is the only transition apart from one cross-dissolve into the close: a cover with the client name and period, four figure scenes that each repeat the same four rows (counter, label + value + delta chip, chart, definition line), a ledger board that puts all four metrics on one screenshot-ready frame for a deck, and a close with the agency stamp. One signal-blue accent, Space Grotesk figures set in tabular numerals at 250-290px, JetBrains Mono for every label and counter, Geist for the closing subline. Swap nineteen dynamic fields - client_name, client_mark, client_logo, period_label, the composite client_period_line, ledger_title and period_closed_line, plus value, label and delta for each of the four metrics (each bound to both its figure scene and its ledger column, so one value fills two places) - to render a unique recap per client per month. Values arrive preformatted: the template never formats a number, so pass the currency symbol, thousands separators and decimals yourself, and the delta string carries its own up/down arrow. Two notes for integrators: the chip fill is authored rather than driven by a polarity field, so a "watch" metric is a one-off style edit, and the charts are fixed geometry rather than data-driven, so a per-client series needs the chart images swapped as SVG data URIs.

Aspect ratio
16:9 · Horizontal
Duration
~34s
Category
Personalized

Try it with your own copy

Edit a field and the frame re-renders in your browser. No account, no credits - previews are free because they cost a browser paint, not a render.

What you can customize

This template exposes 19 dynamic fields you can swap per video - edit them in the editor or pass them to the API to batch-render variations at scale. The monospace name is the exact key to send in replacements.

  • Client Logo

    url
    client_logo

    data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHJ4PSI0IiBmaWxsPSIjMkY2QkZGIi8+PC9zdmc+

  • Client Mark

    text
    client_mark

    LARKFIELD

    ~31 characters max · 2 lines

  • Client Name

    text
    client_name

    Larkfield Dental Group

    ~51 characters max · 2 lines

  • Period Label

    text
    period_label

    JULY 2026

    ~25 characters max · 1 line

  • Client Period Line

    text
    client_period_line

    LARKFIELD DENTAL GROUP · JULY 2026

    ~141 characters max · 2 lines

  • Metric 1 Label

    text
    metric_1_label

    QUALIFIED ENQUIRIES

    ~135 characters max · 2 lines

  • Metric 1 Value

    text
    metric_1_value

    412

    ~5 characters max · 1 line

  • Metric 1 Delta

    text
    metric_1_delta

    ▲ 34%

    ~22 characters max · 2 lines

  • Metric 2 Label

    text
    metric_2_label

    COST PER ENQUIRY

    ~135 characters max · 2 lines

  • Metric 2 Value

    text
    metric_2_value

    $18.40

    ~8 characters max · 1 line

  • Metric 2 Delta

    text
    metric_2_delta

    ▼ 22%

    ~22 characters max · 2 lines

  • Metric 3 Label

    text
    metric_3_label

    APPOINTMENTS BOOKED

    ~135 characters max · 2 lines

  • Metric 3 Value

    text
    metric_3_value

    168

    ~5 characters max · 1 line

  • Metric 3 Delta

    text
    metric_3_delta

    ▲ 27%

    ~22 characters max · 2 lines

  • Metric 4 Label

    text
    metric_4_label

    REVENUE ATTRIBUTED

    ~135 characters max · 2 lines

  • Metric 4 Value

    text
    metric_4_value

    $312,400

    ~11 characters max · 1 line

  • Metric 4 Delta

    text
    metric_4_delta

    ▲ 19%

    ~22 characters max · 2 lines

  • Ledger Title

    text
    ledger_title

    July, in full

    ~24 characters max · 1 line

  • Period Closed Line

    text
    period_closed_line

    JULY 2026 · CLOSED

    ~64 characters max · 2 lines

Render it from the API

Copy either call below. Both already carry this template's ID and its real variable keys - swap the values for your own.

1. Preview it — free

Same body as a render. Costs no credits, creates no job. Returns a public URL that plays the video in a browser, plus a list of problems with your payload — a mistyped key is otherwise ignored in silence.

curl -X POST https://renderly.video/api/v1/previews \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "monthly-performance-recap",
  "replacements": {
    "client_logo": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHJ4PSI0IiBmaWxsPSIjMkY2QkZGIi8+PC9zdmc+",
    "client_mark": "LARKFIELD",
    "client_name": "Larkfield\nDental Group",
    "period_label": "JULY 2026",
    "client_period_line": "LARKFIELD DENTAL GROUP · JULY 2026",
    "metric_1_label": "QUALIFIED ENQUIRIES"
  }
}'

2. Render it

Change one word in the URL. Keep templateId — it is what links your call to this template, so later improvements reach you automatically.

curl -X POST https://renderly.video/api/v1/renders \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "monthly-performance-recap",
  "replacements": {
    "client_logo": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHJ4PSI0IiBmaWxsPSIjMkY2QkZGIi8+PC9zdmc+",
    "client_mark": "LARKFIELD",
    "client_name": "Larkfield\nDental Group",
    "period_label": "JULY 2026",
    "client_period_line": "LARKFIELD DENTAL GROUP · JULY 2026",
    "metric_1_label": "QUALIFIED ENQUIRIES"
  }
}'

The body above shows 6 of 19 variables. Send any subset — every key you leave out renders its authored default. Read the full contract, with character limits, from GET /api/v1/templates/monthly-performance-recap/variables. See the previewing guide, the rendering guide, or the OpenAPI spec.

Frequently asked questions

How do I customize the Monthly Performance Recap - Client Results template?

Open the template in the Renderly editor and replace its 19 customizable fields (such as Client Logo) with your own text, images, or video. Every change previews instantly before you render.

How much does it cost to render this template?

Rendering is credit-based - 1 credit equals 1 minute of 1080p video. You only pay when you export, and credits never expire on the pay-as-you-go plan.

Can I generate this video at scale via the API?

Yes. POST this template's ID and a replacements object to /api/v1/renders - one call per row of data, 19 fields swappable per video. Send the same body to /api/v1/previews first to check it for free. No-code integrations like Zapier work the same way.

More Personalized templates

Test Drive Invitation template preview

Test Drive Invitation

A 23-second 16:9 (1920x1080) automotive test-drive invitation that renders one MP4 per enquiry rather than per VIN - the bridge between a listing page and a showroom floor. Five hard-cut scenes alternate a graphite showroom ground with a warm bone ground: a full-bleed hero exterior with a "RESERVED FOR <name>" pill and the make/model set at 116px, a light-ground argument scene pairing an exterior and a cockpit tile under "Twenty minutes behind the wheel tells you what twenty tabs can't.", the appointment itself with the date rendered as the largest number in the video over a feathered backdrop of the car, a "where" scene carrying the dealer name, address and a perforated test-drive pass card (dashed tear line and two punched notches), and a booking scene with the dealer logo chip, the lead's first name at 104px, an accent booking block and the phone number. It deliberately reuses the Vehicle Listing Showcase family's graphite skin and its vehicle_image_1/2/3 photo contract, so one dealership feed drives both templates. Thirteen dynamic fields swap per render: first_name, make_model, year_mileage, drive_date, drive_time, dealer_name, location_address, booking_url, dealer_phone, three vehicle photos (vehicle_image_1 does triple duty as the full-bleed hero, the scene-03 backdrop and the scene-05 side tile) and dealer_logo. Dates and times are passed preformatted - the template does no date maths.

Service Reminder - Personalized template preview

Service Reminder - Personalized

A service reminder addressed to one owner and one car, built to render unattended from a dealership DMS - one video per vehicle per interval. Five scenes over 33 seconds at 1920×1080 (16:9, 30fps): the owner's first name beside a photo of their model, the record the garage is acting on (vehicle, registration, odometer, service due) in a hairline-ruled panel, the three jobs the interval calls for, the fixed price and the hours on the single saturated blue frame, and a closing booking link plus phone number. The palette alternates grey-white and graphite with one service-blue frame; Manrope carries the display type, Geist every human sentence, and JetBrains Mono the machine-known data (plate, odometer, URL). It deliberately carries no countdown, offer, discount or urgency badge. Fourteen dynamic fields are swapped per render: owner_name, vehicle_name, vehicle_plate, vehicle_image, odometer, service_due, service_item_1, service_item_2, service_item_3, service_price, service_duration, booking_url, service_phone and service_centre - several appear on two to five scenes (service_centre on all five) as separate overlays sharing one replacement key. Every number, unit and currency symbol travels preformatted inside its variable, so the template needs no locale logic.

Quarterly Business Review template preview

Quarterly Business Review

The internal-comms sibling of the Monthly Performance Recap: a composed, credible 34-second 1920x1080 (16:9) quarterly business review that a reporting job renders once per department on the first working day after quarter close. Six scenes on an ink-and-bone ground that flips at every cut — a cover that names the quarter and the department over a four-cell quarter track, three figure frames that each repeat the same four rows (counter band, label + value + delta chip, a 1660px attainment track scaled 0 to 130% of plan with a hard target tick at 100%, definition line), a ledger board that puts all three metrics on one screenshot-ready frame beside the sentence that explains them, and a closing commitment frame with the next review date in a signal-blue block. Deliberately not a hype reel: a miss gets exactly the same frame as a beat, with no confetti, no celebration language and no green/red traffic lights — polarity is expressed only by the delta chip being solid blue or a hairline outline. One signal-blue accent (#2563EB on bone, #4C82F8 on ink), Space Grotesk figures in tabular numerals at 262px, JetBrains Mono for every label and counter, and no logo, headshot or photography — the whole video is text overlays, so a job that emits a JSON row per department renders the quarter without touching S3. Twenty-five dynamic `content` fields swap per render: period_label, department_name, company_name and comparison_label; the composite lines period_department_line, company_department_line and all_figures_line; label, value, delta, target and attainment for each of the three metrics (each bound to both its figure scene and its ledger column, so one value fills two places); plus what_moved, next_focus and next_review_line. Values arrive preformatted — the template never formats a number, so pass the currency symbol, separators, decimals and the up/down arrow inside the delta string yourself.

Ready to make your Monthly Performance Recap - Client Results video?

Customize it in the editor and render in minutes - no design or editing skills required.