This plugin is just two API calls.
1οΈβ£ Get a (public) Loom URL and get the Video ID
A Loom URL typically looks like this:
https://www.loom.com/share/8961c11d90fd42d6a8d1bacc71834c90Conveniently, the Video ID is just the last part of the URL.
In this case that would be 8961c11d90fd42d6a8d1bacc71834c90
To extract this in bubble from a full Loom URL, simply use the :extract with Regex action using the following regex β [^\/]+$
See the demo for an example how this is setup!
2οΈβ£ Use one of the available actions and pass in the Video ID
Run the 'Get Transcript' action to get the transcript π
Run the 'Get Comments' action to get the comments π¬
3οΈβ£ That's it!
Demo here π
https://loom-api.bubbleapps.io/version-testEditor here π
https://bubble.io/page?name=index&id=loom-api