workflows.fit
Back to n8n workflows
n8n templateFreeBy Oleksandr Pohorelov

Turn podcast videos into TikTok shorts using WayinVideo and PostPulse

How it Works This workflow takes podcast video URLs from a form, clips them with WayinVideo's submit clipping task endpoint, retrieves each generated clip with the get clip endpoint and schedules each clip in PostPuls...

DevelopmentCore NodesForm TriggerWaitHttp Request@postpulse/n8n-nodes-postpulse.post Pulse
Loading interactive preview...

Template notes

How it Works

This workflow takes podcast video URLs from a form, clips them with WayinVideo's submit clipping task endpoint, retrieves each generated clip with the get clip endpoint and schedules each clip in PostPulse.

Setup Steps - Form Trigger: Triggers a workflow whenever a podcast URL is submitted. - HTTP node: 3rd party API call to WayinVideo's submit clipping task endpoint to clip podcast video into smaller clips. - Wait node: Pause workflow for 5 minutes whilst clips from WayinVideo are being generated. - 2nd HTTP node: 3rd party API call to WayinVideo's get clip endpoint to retrieve the results of the generated clips. - Split Out Node: Split results into individual bundles. - 3rd HTTP node: Download each generated clip. - Upload Media: Upload downloaded clips to PostPulse for attachment ID. - Schedule Clip: Schedule clips in PostPulse.