wreiske / Rocket.Chat.App-WebEx

Start a WebEx from inside Rocket.Chat with a slash command.
https://apps.rocketbooster.net/webex
5 stars 2 forks source link

Option to use the Email instead of username for Webex Link #2

Closed stefancyliax closed 3 years ago

stefancyliax commented 5 years ago

Hey, Currently the plugin uses the username for the last part of the Webex link. An Option to be able to use the email-address of a user (without the @) would be great. This is what we are using for Webex Links.

example: EMail: Firstname.Lastname@Company.com Webex Link: https://domain.webex.com/join/Firstname.LastnameCompany.com

Thanks and with kind regards Stefan

wreiske commented 5 years ago

In the meantime, you can always type /webex Firstname.LastnameCompany.com and it should work. I may be able to add some kind of configurable option for the WebEx URL...

I'm thinking something like:

URL: {username}

or

URL: {first_name}.{last_name}Company.com

or

URL: {email}

{email} would strip the @ from the URL.

What do you think of that?

stefancyliax commented 5 years ago

Does Rocketchat have variables for first_name and last_name? For my application the {email} would be sufficient (@ stripping needed).

Thanks and kind regards

stefancyliax commented 3 years ago

This is no longer needed from my side. We went onto other solutions.