LIVEAI Bootcamps · May 2026 · 🇫🇷 CET
Resources · Integrations · n8n FREE · 2026Logo de Bookoly avec un design moderne et couleurs vives

BOOKOLY n8n INTEGRATION: AUTOMATE BOOKOLY WITH N8N

Looking to automate your video processing workflows without writing a single line of code? The Bookoly n8n integration opens up powerful possibilities for automating video manipulation tasks directly within your n8n workflows.

This integration gives you access to 8 actions dedicated to video processing—from rotating and cropping videos to extracting audio and creating slideshows from scratch. Whether you're building a content pipeline, processing user-uploaded videos, or automating media transformations at scale, Bookoly's native n8n nodes let you handle it all programmatically.

In this guide, you'll discover exactly how to connect Bookoly to n8n, explore each available action in detail, and learn practical use cases to streamline your video automation workflows.

Need help

Need help automating Bookoly with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Why automate

Why automate Bookoly with n8n?

The Bookoly n8n integration gives you access to 8 powerful actions covering the full spectrum of video manipulation needs. You can rotate videos to any angle, crop them to precise dimensions, split footage into scenes automatically, extract audio tracks, capture specific frames, mute audio, and even generate slideshows from JSON configurations—all without leaving your n8n workflow.

The benefits of automating Bookoly with n8n are substantial. First, massive time savings: instead of manually processing each video through a GUI, you define your transformation once and let it run on every incoming file. Second, perfect consistency: every video gets processed with identical parameters, eliminating human error. Third, scalability: whether you're handling 10 videos or 10,000, the workflow runs the same way. Finally, seamless integration: connect Bookoly to over 400+ applications in n8n—pull videos from cloud storage like AWS S3, process them, then push results to your CMS, notify your team via Slack, or update your database.

Concrete workflow examples include: automatically cropping user-uploaded videos to social media dimensions, extracting audio from video interviews for podcast distribution, splitting long-form content into scene-based clips for repurposing, or generating thumbnail frames at specific timestamps for your video library.

Credentials

How to connect Bookoly to n8n?

  1. !
    1 step

    How to connect Bookoly to n8n?

    1. 01

      Add the node

      Search and add the node in your workflow.

    Bookoly credentials
    TIP
    💡 TIP: Create a dedicated Bookoly API key specifically for your n8n automations rather than reusing credentials from other integrations. This makes it easier to track usage, rotate keys when needed, and maintain security best practices without disrupting other services.
Need help

Need help automating Bookoly with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Actions

Bookoly actions available in n8n

  1. 01
    Action 01

    Rotate a video

    The Rotate a Video action lets you programmatically rotate any video file by a specified degree—perfect for correcting orientation issues or creating stylized effects in your automated pipelines. This is particularly valuable when processing user-generated content where videos may be uploaded in incorrect orientations.

    Key parameters:

    • Video - Name: A text field where you assign an identifier to the video being processed. This is required and helps track outputs in complex workflows.
    • Video - URL: The direct URL to the source video file. This required text field accepts any publicly accessible video URL.
    • Video - Mute: An optional toggle switch that silences the video's audio track during processing—useful when you only need the visual content.
    • Video - Rotation (Degrees): The required numeric input specifying rotation angle. Accepts standard values like 90, 180, or 270 degrees.
    • Wait for Completion: An optional toggle determining whether n8n waits for the rotation to finish before proceeding to subsequent nodes.
    • Webhook URL: An optional field for receiving notifications when processing completes—ideal for async workflows.

    Use cases:

    • Automatically correct portrait videos uploaded in landscape orientation
    • Rotate screen recordings to match your standard output format
    • Process batches of videos with consistent orientation before publishing
    Rotate a video
  2. 02
    Action 02

    Split a video into scenes

    This action automatically analyzes a video and splits it into individual scenes based on visual detection algorithms. It's incredibly powerful for content repurposing workflows where long-form videos need to be broken into digestible clips.

    Key parameters:

    • Video - Name: Optional text field to identify the video being processed.
    • Video - URL: The required URL pointing to your source video file.
    • Video - Mute: Optional toggle to mute audio during the split operation.
    • Split - Mode: A required dropdown that determines how scenes are detected—typically "Auto (Scene Detection)" for AI-powered analysis.
    • Split - Min Scene Duration (Sec): Required numeric input setting the minimum length for each resulting scene. Prevents overly short clips.
    • Split - Max Scene Duration (Sec): Required numeric input defining the maximum scene length—ensures clips don't exceed your desired duration.

    Use cases:

    • Break down webinar recordings into topic-specific segments
    • Create social media clips from longer YouTube videos automatically
    • Segment training videos into chapter-based modules for LMS platforms
    Split a video into scenes
  3. 03
    Action 03

    Crop a video

    The Crop a Video action extracts a specific rectangular region from your video, defined by coordinates and dimensions. This is essential for reformatting content across different aspect ratios or removing unwanted areas from footage.

    Key parameters:

    • Video - Name: Required text field for naming the video.
    • Video - URL: Required URL to the source video.
    • Video - Mute: Optional toggle to silence audio.
    • Crop - X Coordinate: Required numeric value defining the horizontal starting point of your crop area.
    • Crop - Y Coordinate: Required numeric value for the vertical starting point.
    • Crop - Width: Required numeric input specifying the width of the cropped region in pixels.

    Use cases:

    • Convert 16:9 videos to 9:16 for TikTok/Reels automatically
    • Remove watermarks or unwanted borders from video content
    • Extract specific regions from multi-camera recordings
    Crop a video
  4. 04
    Action 04

    Get a video

    This action retrieves detailed information about a specific video using its unique identifier. It's useful for checking processing status, fetching metadata, or validating that a video exists before performing operations on it.

    Key parameters:

    • Video ID: The required text input where you provide the unique identifier of the video you want to retrieve. This ID is typically returned when you first process a video through Bookoly.

    Use cases:

    • Verify a video's processing status before triggering downstream actions
    • Fetch video metadata for logging or database updates
    • Validate video existence in conditional workflow branches
    Get a video
  5. 05
    Action 05

    Frame a video

    The Frame a Video action extracts a single still image from a video at a precise timestamp. This is invaluable for generating thumbnails, preview images, or capturing specific moments from video content automatically.

    Key parameters:

    • Video - Name: Optional text field for identification purposes.
    • Video - URL: Required URL pointing to the source video.
    • Video - Timestamp (Seconds): Required numeric input specifying exactly where to capture the frame—down to the second.
    • Wait for Completion: Optional toggle to pause workflow execution until the frame is extracted.
    • Webhook URL: Optional text field for async completion notifications.

    Use cases:

    • Generate thumbnail images for video libraries automatically
    • Capture key moments from webinars for social media posts
    • Create preview frames at regular intervals for video scrubbing interfaces
    Frame a video
  6. 06
    Action 06

    Extract Audio From a Video

    This action separates the audio track from a video file, outputting it as a standalone audio file. Perfect for podcast creation, transcription workflows, or any scenario where you need audio without the visual component.

    Key parameters:

    • Video - Name: Required text input for naming the video source.
    • Video - URL: Required URL to the video file.
    • Wait for Completion: Optional toggle to wait for extraction to finish.
    • Webhook URL: Optional field for completion notifications.

    Use cases:

    • Convert video interviews into podcast episodes automatically
    • Extract audio for transcription services in content workflows
    • Create audio-only versions of training videos for mobile learning
    Extract Audio From a Video
  7. 07
    Action 07

    Mute a video

    The Mute a Video action removes the audio track from a video entirely, producing a silent video file. This is useful for creating background visuals, preparing videos for custom voiceovers, or removing unwanted audio content.

    Key parameters:

    • Video - Name: Required text field for video identification.
    • Video - URL: Required URL to the source video.
    • Wait for Completion: Optional toggle for synchronous processing.
    • Webhook URL: Optional text input for webhook notifications upon completion.

    Use cases:

    • Prepare videos for custom voiceover or music overlays
    • Remove background noise or copyrighted audio before publishing
    • Create silent loops for digital signage applications
    Mute a video
  8. 08
    Action 08

    Create a Slideshow

    This powerful action generates a complete slideshow video from a JSON configuration, allowing you to programmatically create videos from images or video clips with transitions and effects.

    Key parameters:

    • Video - Name: Required text field specifying the output video name.
    • Video - Resolution: A required dropdown selecting output resolution (e.g., "Horizontal: Full HD 1920x1080").
    • Video - Scenes (JSON): Required JSON-formatted text defining each scene. Each scene must include an asset object (with src and type), plus duration, mute, effect, and transition settings (with name and duration).

    Use cases:

    • Generate product showcase videos from image catalogs automatically
    • Create daily recap videos from photo collections
    • Build dynamic video content from database-driven assets
    Create a Slideshow
You've seen the integration

Build your first workflow with our team

Drop your email and we'll send you the catalog of automations you can ship today.

  • Free n8n & Make scenarios to import
  • Step-by-step setup docs
  • Live cohort + community support

Frequently asked questions

  • Is the Bookoly n8n integration free to use?
    The n8n integration itself is free—n8n is open-source and you can self-host it at no cost. However, Bookoly's video processing services operate on their own pricing model, typically based on processing minutes or API calls. You'll need an active Bookoly account with available credits or a subscription to use the actions within n8n. Check Bookoly's pricing page for current rates and consider your expected video processing volume when planning your automation budget.
  • What video formats does the Bookoly n8n integration support?
    Bookoly generally supports common video formats including MP4, MOV, AVI, and WebM through its n8n actions. The video URL parameters accept direct links to video files hosted on cloud storage (AWS S3, Google Cloud Storage), CDNs, or any publicly accessible URL. For best results, ensure your source videos use widely-supported codecs like H.264 for video and AAC for audio. If you encounter format issues, consider adding a transcoding step earlier in your n8n workflow.
  • How long does it take to process videos through the Bookoly n8n integration?
    Processing time varies based on video length, resolution, and the specific action being performed. Simple operations like muting typically complete in seconds, while scene splitting or slideshow creation for longer videos may take several minutes. The "Wait for Completion" toggle in most actions lets you choose between synchronous processing (workflow waits) or async processing with webhook notifications. For production workflows, consider implementing timeout handling and using webhooks for longer operations to avoid blocking your n8n execution queue.
Hack'celeration Lab

Get our weekly integration tips.

No spam. Unsubscribe anytime.