Turn new real-estate listings into cinematic video walkthroughs

Every new listing row in Airtable becomes a 5-second cinematic walkthrough video, saved back to the record and posted to your team's Slack channel.

Deterministic Code
AirtableHiggsfieldSlackMarketingOperationsContent GenerationNotifications & Alerts
PromptCreate

Every time a new listing row is added to my real-estate Airtable base, turn its hero photo into a 5-second cinematic walkthrough video with Higgsfield DoP and write the video URL back to the row. Same three steps every listing, no branching.

Trigger: Airtable poll on new_record for my listings table. Configure the trigger against the base and table that hold listing rows, so the workflow fires once per new row.

Step 1 — read the hero photo. From the triggering record, pull the URL of the primary listing photo (the first attachment in the hero photo field). If the field is empty, skip the row and stop.

Step 2 — submit the video job to Higgsfield. Call the Higgsfield Generate Video with DoP (Image-to-Video, Motion Presets) operation with the hero photo URL as the input image and a fixed motion preset that pushes the camera in through the front door (Camera In). Duration 5 seconds. The submit returns a request_id and a status_url — capture the request_id.

Step 3 — poll until the video is ready. Higgsfield generation is asynchronous. Call Higgsfield Get Request Status against the request_id every 5 seconds until the status is terminal (completed, failed, or nsfw). Cap the wait at 5 minutes. On completed, the response includes a video URL — hold onto that URL for the next step. On failed or nsfw, stop and surface the error.

Step 4 — write the result back to the row. Call Airtable Update Record on the triggering record: set the video URL field to the returned MP4 URL and set the status field to "Video ready".

Step 5 — notify the team. Call Slack Send a Message to the listings channel with a short heads-up including the listing address (or record title), the Airtable record link, and the video URL. Slack unfurls the MP4 automatically so the team can preview it inline.

Deterministic flow — same motion preset, same fields written back, same channel every listing. No drafting, no judgment calls.

Additional information

What does this prompt do?
  • Watches your Airtable listings base for new rows and fires the moment one is added
  • Sends the row's hero photo to Higgsfield and generates a 5-second cinematic walkthrough with a fixed push-in camera move
  • Saves the finished video URL back to the row and stamps the listing as Video ready
  • Posts a heads-up in your Slack listings channel with the record link and the video ready to preview
What do I need to use this?
  • An Airtable base with a listings table that has a hero photo attachment field, a video URL field, and a status field
  • A Higgsfield account for cinematic image-to-video generation
  • A Slack workspace and the channel you want listing notifications to land in
How can I customize it?
  • Swap the camera move — pick a different Higgsfield motion preset (orbit, dolly out, crane up) if push-in through the front door is not the look you want
  • Point it at a different table or field names to match how your base is set up
  • Change the Slack channel, or add the listing agent's handle so they get pinged directly

Frequently asked questions

How long does each video take to generate?
Usually under a couple of minutes. The workflow submits the job to Higgsfield, then quietly checks back every few seconds until the finished video is ready before writing it back to the row.
What does the finished video look like?
A 5-second cinematic clip that animates your still hero photo with a smooth push-in camera move, the same kind of shot you see in premium listing reels.
Can I use a different camera move?
Yes. Higgsfield ships a library of cinematic motion presets — orbits, dolly outs, crane ups, and more. Swap in whichever preset matches the look you want and it applies to every new listing.
What happens if the listing has no hero photo?
The row is skipped. The workflow only runs on rows that have an image to animate.
Do I have to review each video before it posts to Slack?
No. The whole flow is hands-off by design — new row in, cinematic video back in the record and posted to Slack. If you want a review step, add a manual approval column in Airtable and only mark rows Ready to Publish after you have watched the clip.

Turn every new listing into a scroll-stopping video, automatically.

Stop paying for one-off listing video shoots. Drop a photo in Airtable, get a cinematic walkthrough back in minutes.