- Home
- Resources
- Integrations
- JW Player
JW Player Make integrationAutomate JW Player with Make.
Can your video library react on its own when a new media goes live? The JW Player Make integration gives you 10 modules: 2 instant triggers, 7 actions and 1 search. This guide is for video and marketing teams, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the JW Player Make integration do for you?
The JW Player Make integration links your JW Player account to Make, a tool where you build a scenario (an automation made of bricks called modules) without writing code. JW Player can alert Make the moment a media becomes available or changes, and Make can create, upload, update, search or delete media in return.
A library that fills itself. When a video file lands in another tool your team uses, Upload a Media (Single Upload) or Upload a Media (Multipart) sends it to JW Player, so nobody has to open the dashboard to drag files around.
A signal when a video is ready. Watch Media Available fires as soon as JW Player has finished making a media available. Pair it with Get a Media to pull the full record and pass it on to the next step of your process.
Clean-up you can trust. Search Media finds the media that match what you are looking for, then Update a Media corrects them or Delete a Media removes them, one bundle (one item passed between modules) at a time.
Make covers the modules listed below. For any other endpoint of the JW Player API, Make an API Call reuses the same connection. If you are still weighing tools, the n8n vs Make comparison sets the criteria side by side, and the Make review covers the editor in depth. When a scenario stops working, Make troubleshooting is the place to start.
How do you connect JW Player to Make?
- 01
Copy your credentials from JW Player
In your JW Player account dashboard, open the API credentials section and scroll to the V2 API credentials. Copy the API key shown there. Then go to the properties section and copy the Site ID of your property.
- 02
Add a JW Player module in Make
Open your scenario, add any JW Player module and click Create a connection. The connection is your JW Player account linked to Make once, and every JW Player module of the scenario reuses it.
- 03
Paste the key and save
Give the connection a name in Connection name if you like (it is optional), paste the credentials you copied, and follow the instructions on screen. Make then lists your JW Player data in the module fields.
Your first scenario with JW Player
GoalWhen a media becomes available in JW Player, Make fetches its full record so the next step can use it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. Search for JW Player and pick Watch Media Available.
- 02
Set up the webhook
Click Create a webhook, then Create a connection and paste your API key and Site ID. From now on, JW Player notifies Make each time a media is ready.
- 03
Add Get a Media
Click the + on the right of the trigger and choose Get a Media. Map the media received by the trigger into the module, so Make knows which record to read.
- 04
Test with Run once
Click Run once, then publish or finish processing a test video in JW Player. Open the bubble above each module to read the bundles it received and check the record is complete.
- 05
Switch it on
Once the test looks right, turn the scenario on. Each new available media now starts one run, and every module that runs counts as one operation on your Make plan.
What starts a JW Player scenario
2 modules start a scenario when something happens in JW Player. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by JW Player as soon as it happens.
Watch Media Available
Instant triggerIn Make“Triggers when a media has become available.”
This trigger starts your scenario at the moment a media becomes available in JW Player, so the rest of the flow works on a video that viewers can already reach. It is the natural starting point for anything that should follow a publication.
Watch Media Updated
Instant triggerIn Make“Triggers when a media has been updated.”
Here the scenario reacts to changes rather than arrivals: each time a media is updated in JW Player, Make receives it and can pass the new version down the chain. It keeps other tools in step with what your team edits in the dashboard.
What Make can do in JW Player
JW Player gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Media
ActionIn Make“Creates a new media by fetch or external upload methods.”
Adds a new media to your JW Player library by pointing JW Player to a file it fetches itself, or by preparing an external upload. You get a media entry without handling the file transfer inside Make.
Delete a Media
ActionIn Make“Deletes one or more media.”
Removes one or several media from JW Player in a single step. Useful to keep the library tidy once a video has no reason to stay online.
Get a Media
ActionIn Make“Gets a media by ID.”
Reads a single media from its ID and returns its full record, ready to be mapped into the next module. Think of it as opening the media page, but inside the scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends any authorized request to the JW Player API with the connection you already set up. It is the way out when none of the listed modules does exactly what you need.
Update a Media
ActionIn Make“Updates a media.”
Changes an existing media in JW Player so its information stays correct without anyone editing it by hand. The media keeps its place in the library; only what you map is modified.
Upload a Media (Multipart)
ActionIn Make“Creates a new media by a multipart upload method. Best for uploading media files that are 100MB to 25GB.”
Creates a new media by sending the file in several parts, which suits heavy video files. Make recommends it for files between 100 MB and 25 GB.
Upload a Media (Single Upload)
ActionIn Make“Creates a new media by a direct upload method. Best for uploading media files that are 100 MB or less.”
Sends a video file straight to JW Player in one go and creates the media from it. It suits short clips and social videos.
Search Media
SearchIn Make“Searches for media or lists them all.”
Looks for media in your JW Player library, or lists all of them, and returns each result as its own bundle. That makes it the usual first step of any batch job on existing videos.
Need help automating JW Player with Make?
A person reads every message.