Chai Posted June 4, 2017 Share Posted June 4, 2017 This Alfred Workflow is used to start or join a [Zoom](https://zoom.us/) meeting. Support free or paid account, you can join a meeting without logged in. Usage: 1. Paste a Zoom meeting URL in Alfred directly, press Enter, this will join an existing meeting. 2. Paste a Zoom meeting URL in Alfred, press Command + Enter, it will start a new meeting. And put the URL of this new meeting into your clipboard automatically. 3. A new keyword “zm” is used to start a new meeting. 4. Append an existing Zoom meeting ID after the keyword “zm”, it will join this meeting. For example: `zm 123-456-789`, `zm 123456789` 5. Whether or not there is a meeting ID after keyword zm,press Command + Enter will always start a new meeting. Source: https://github.com/chaifeng/alfred-zoomus/ Download: https://github.com/chaifeng/alfred-zoomus/releases surrealroad 1 Link to comment
bertg Posted January 16, 2018 Share Posted January 16, 2018 Hi, I really love this script. But it seems somewhat overcomplicated. Instead of doing all the complex things with apple script etc... why not just use this: ```bash open "zoommtg://zoom.us/join?action=join&confno={query}" ``` Link to comment
meriw Posted February 7, 2019 Share Posted February 7, 2019 On 1/16/2018 at 7:12 AM, bertg said: Hi, I really love this script. But it seems somewhat overcomplicated. Instead of doing all the complex things with apple script etc... why not just use this: ```bash open "zoommtg://zoom.us/join?action=join&confno={query}" ``` Hey @bertg, I've played around with that but it seems that this URL does not work with meeting ID aliases, only when you have the meeting number :( Link to comment
Tony D Posted June 15, 2019 Share Posted June 15, 2019 This is great.. is there a way to have say `zm n` open zoom and start a meeting using my default PMI? Justin0xFFF 1 Link to comment
Justin0xFFF Posted August 1, 2019 Share Posted August 1, 2019 On 6/15/2019 at 2:12 PM, Tony D said: This is great.. is there a way to have say `zm n` open zoom and start a meeting using my default PMI? This is exactly what brought me here. I was trying to create my own workflow to solve this. I basically copied my personal zoom URL, and open a tab in chrome and paste the URL. In the Zoom preferences, I have it set to copy the meeting URL to my clipboard. This Zoom setting will apply to any Zoom session, and will definitely save some time. I would love to see this workflow updated to include something Tony mentioned. Link to comment
Justin0xFFF Posted August 1, 2019 Share Posted August 1, 2019 @Tony DThe attached workflow should be of some use to you https://www.dropbox.com/s/jasi3gt243s6o4y/Open Your Zoom Meeting.alfredworkflow?dl=0 I have no idea how to attach a workflow to this post when the only acceptable files are images. Tony D 1 Link to comment
Tomasz Banas Posted October 7, 2019 Share Posted October 7, 2019 How about a workflow that allows us to schedule new meetings? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now