How to create a hyperlink to a zoom channel?

NFGDom
Mega Sage

Hello!

I've created a simple subflow that will create a zoom channel when a UI Action is pressed.

What I'd like is to get a hyperlink to that newly created zoom channel so I can include it inside of an email.

When looking at the zoom client and getting the URL of a channel, it looks like its in the format of "https://zoom.us/launch/chat/[some long hex number]"

Here is how the subflow is setup:

NFGDom_0-1688155558739.png

  1. Gets the incident record so pull attributes from via data pills
  2. gets the Zoom ID of a user from their email address via the "sn_zoom_spoke_user" table
  3. Creates the zoom channel
  4. Sends an email (this is where I'm trying to include the hyperlink to the newly created channel
  5. Logs the subflow actions

Let me know if I can post any additional information.

Thanks!

Dom

1 ACCEPTED SOLUTION

NFGDom
Mega Sage

The best OOB way to get the hyperlink to the zoom chat/channel is to use the Zoom Create Channel followed by the Zoom Lookup Channel actions. Please see screenshots below for more details.

 

Zoom Create Channel can be configured similar to below. It has an output including the Channel ID

NFGDom_0-1689772341349.png

The Zoom Look up channel can be configured similar to below.

NFGDom_1-1689772409557.png

It has outputs like below - one of those including the Channel URL. That data pill can then be used in the email just as I was originally looking for.

NFGDom_2-1689772502908.png

 

Thanks!

Dom

View solution in original post

1 REPLY 1

NFGDom
Mega Sage

The best OOB way to get the hyperlink to the zoom chat/channel is to use the Zoom Create Channel followed by the Zoom Lookup Channel actions. Please see screenshots below for more details.

 

Zoom Create Channel can be configured similar to below. It has an output including the Channel ID

NFGDom_0-1689772341349.png

The Zoom Look up channel can be configured similar to below.

NFGDom_1-1689772409557.png

It has outputs like below - one of those including the Channel URL. That data pill can then be used in the email just as I was originally looking for.

NFGDom_2-1689772502908.png

 

Thanks!

Dom