Cisco Webex To Microsoft Teams



All you need to do is install the Cisco Webex Meetings app into Microsoft Teams. If you don’t have admin access, you’ll need to ask your Microsoft 365 administrator to add this for you. Once you have the app, you will get a Webex tab in Microsoft Teams. Cisco Webex is the leading enterprise solution for video conferencing, webinars, and screen sharing. Web conferencing, online meeting, cloud calling and equipment. Install Cisco Webex Meetings or Cisco Webex Teams on any device of your choice. Get step-by-step instructions for scheduling your own Webex meetings, real-time group messaging,.

  1. Microsoft Teams And Webex Interop
  2. Cisco Webex Microsoft Teams Rooms
  3. Microsoft Teams Cloud Video Interop
  4. Cisco Cloud Video Interop For Microsoft Teams
  5. Microsoft Teams With Webex
-->

Webex Teams enables continuous teamwork with video meetings, group messaging, file sharing, and white boarding. Always available. Cisco secure. With the Webex Teams connector, you can send and receive messages, manage files, and manage spaces and teams.

This connector is available in the following products and regions:

ServiceClassRegions
Logic AppsStandardAll Logic Apps regions except the following:
- Azure Government regions
- Azure China regions
Power AutomateStandardAll Power Automate regions except the following:
- US Government (GCC)
- US Government (GCC High)
- China Cloud operated by 21Vianet
Power AppsStandardAll Power Apps regions except the following:
- US Government (GCC)
- US Government (GCC High)
- China Cloud operated by 21Vianet
Connector Metadata
PublisherCisco

Throttling Limits

Microsoft Teams And Webex Interop

NameCallsRenewal Period
API calls per connection10060 seconds

Actions

Add Member to Space

Add a member to an existing space

Add Member to Team

Add a member to a team

Create Space

Create space or team space

Get Message Details

Shows details for a message, by message ID.

Get Messages

Get a list of recent messages for a space

Get My Own Details

Lookup your own details

Get People

Lookup details and presence information for people in your organization

Get Space Details

Return details of a given space

Get Spaces List

This action retrieves a list of spaces

Send a Message

Send a message to webex teams

Add Member to Space

Add a member to an existing space

Parameters

NameKeyRequiredTypeDescription
isModerator True boolean

Is moderator?

Email
personEmail string

Email address

personId string

Person ID of the new member

Space
roomId True string

Select a space

Returns

NamePathTypeDescription
created date-time

created

id
id string

id

isModerator boolean

isModerator

isMonitor
isMonitor boolean

isMonitor

personDisplayName string

personDisplayName

personEmail
personEmail string

personEmail

personId string

personId

personOrgId
personOrgId string

personOrgId

roomId string

roomId

Add Member to Team

Add a member to a team

Parameters

NameKeyRequiredTypeDescription
isModerator True boolean

Is Moderator?

Email
personEmail string

Email address

personId string

Person ID of the new member

Team
teamId True string

Select a team

Returns

NamePathTypeDescription
created date-time

created

id
id string

id

isModerator boolean

isModerator

personDisplayName
personDisplayName string

personDisplayName

personEmail string

personEmail

personId
personId string

personId

personOrgId string

personOrgId

teamId
teamId string

teamId

Create Space

Create space or team space

Parameters

NameKeyRequiredTypeDescription
teamId string

Optionally select a team

Title
title True string

Space Title

Returns

NamePathTypeDescription
created date-time

created

creatorId
creatorId string

creatorId

id string

id

isLocked
isLocked boolean

isLocked

lastActivity date-time

lastActivity

title
title string

title

type string

type

Get Message Details

Shows details for a message, by message ID.

Parameters

NameKeyRequiredTypeDescription
messageId True string

The message ID

Returns

NamePathTypeDescription
created
created string

created

files array of string

files

id
id string

id

markdown string

markdown

mentionedGroups
mentionedGroups array of string

mentionedGroups

mentionedPeople array of string

mentionedPeople

personEmail
personEmail string

personEmail

personId string

personId

roomId
roomId string

roomId

roomType string

roomType

text
text string

text

toPersonEmail string

toPersonEmail

toPersonId
toPersonId string

toPersonId

Get Messages

Get a list of recent messages for a space

Parameters

NameKeyRequiredTypeDescription
roomId True string

List messages in a space for a given space ID

Mentioned People
mentionedPeople string

List messages where the caller is mentioned by specifying 'me' or the caller personId.

beforeMessage string

List messages sent before a message, by ID.

Before
before string

List messages sent before a date and time, in ISO8601 format.

max integer

Limit the maximum number of messages in the response.

Returns

NamePathTypeDescription
items
items array of object

items

items.created date-time

created

id
items.id string

id

items.personEmail string

personEmail

personId
items.personId string

personId

items.roomId string

roomId

roomType
items.roomType string

roomType

items.text string

text

Get My Own Details

Lookup your own details

Returns

NamePathTypeDescription
avatar string

avatar

created
created string

created

displayName string

displayName

emails
emails array of string

emails

firstName string

firstName

id
id string

id

lastActivity string

lastActivity

lastName
lastName string

lastName

nickName string

nickName

orgId
orgId string

orgId

phoneNumbers array of object

phoneNumbers

type
phoneNumbers.type string

type

phoneNumbers.value string

value

status
status string

status

type string

type

Get People

Lookup details and presence information for people in your organization

Parameters

NameKeyRequiredTypeDescription
id string

List people by ID. Accepts up to 85 person IDs separated by commas.

Email
email string

List people with this email address

Returns

NamePathTypeDescription
items array of object

items

avatar
items.avatar string

avatar

items.created string

created

displayName
items.displayName string

displayName

items.emails array of string

emails

firstName
items.firstName string

firstName

items.id string

id

lastActivity
items.lastActivity string

lastActivity

items.lastName string

lastName

nickName
items.nickName string

nickName

items.orgId string

orgId

phoneNumbers
items.phoneNumbers array of object

phoneNumbers

items.phoneNumbers.type string

type

value
items.phoneNumbers.value string

value

items.status string

status

type
items.type string

type

notFoundIds array of string

notFoundIds

Get Space Details

Return details of a given space

Parameters

Interop
NameKeyRequiredTypeDescription
roomId True string

Select a space

Returns

NamePathTypeDescription
created
created date-time

created

creatorId string

creatorId

id
id string

id

isLocked boolean

isLocked

lastActivity
lastActivity date-time

lastActivity

title string

title

type
type string

type

Get Spaces List

This action retrieves a list of spaces

Parameters

NameKeyRequiredTypeDescription
max integer

Maximum number of spaces to return

Type of space
type string

(group) only include group spaces, (direct) only include 1 to 1 spaces, returns all if not specified

sortBy string

(id) the space id, (lastactivity) the last activity timestamp, (created) space creation date

Returns

NamePathTypeDescription
items
items array of object

items

items.created date-time

created

creatorId
items.creatorId string

creatorId

items.id string

id

isLocked
items.isLocked boolean

isLocked

items.lastActivity date-time

lastActivity

title
items.title string

title

items.type string

type

Send a Message

Send a message to webex teams

Parameters

NameKeyRequiredTypeDescription
files string

Attach files to this message

Text
markdown string

Message, in markdown format

roomId string

Select a recipient space

text
text string

Message Text, in plain text, used for clients that do not support markdown

toPersonEmail string

The email address of the recipient when sending a private 1:1 message

Person ID
toPersonId string

The ID of the recipient when sending a 1:1 message

Returns

NamePathTypeDescription
created date-time

created

id
id string

id

personEmail string

personEmail

personId
personId string

personId

roomId string

roomId

roomType
roomType string

roomType

text string

text

toPersonEmail
toPersonEmail string

toPersonEmail

Triggers

When a membership is created

Someone joined a room that you're in or you've been added to a new room

When a membership is deleted

Someone left or was kicked out of a room that you're in, or you left or were removed from a room; only triggers for group rooms, not 1-to-1 rooms

When a membership is updated

Someone's membership was updated in a room that you're in; primarily used to detect moderator changes

When a message is created

New message posted into a room that you're in

When a message is deleted

A message was deleted from a room that you're in

When a space is created

A new space was created by you or one of your integrations

When a space is updated

A space that you're in was updated; primarily used to detect when a space becomes Locked or Unlocked

When a membership is created

Someone joined a room that you're in or you've been added to a new room

Returns

NamePathTypeDescription
data.created string

created

data.id string

id

data.isModerator boolean

isModerator

isMonitor
data.isMonitor boolean

isMonitor

data.personDisplayName string

personDisplayName

personEmail
data.personEmail string

personEmail

data.personId string

personId

personOrgId
data.personOrgId string

personOrgId

data.roomId string

spaceId

When a membership is deleted

Someone left or was kicked out of a room that you're in, or you left or were removed from a room; only triggers for group rooms, not 1-to-1 rooms

Returns

NamePathTypeDescription
data.created string

created

id
data.id string

id

data.isModerator boolean

isModerator

isMonitor
data.isMonitor boolean

isMonitor

data.personDisplayName string

personDisplayName

personEmail
data.personEmail string

personEmail

data.personId string

personId

personOrgId
data.personOrgId string

personOrgId

data.roomId string

spaceId

When a membership is updated

Someone's membership was updated in a room that you're in; primarily used to detect moderator changes

Returns

NamePathTypeDescription
data.created string

created

id
data.id string

id

data.isModerator boolean

isModerator

isMonitor
data.isMonitor boolean

isMonitor

data.personDisplayName string

personDisplayName

personEmail
data.personEmail string

personEmail

data.personId string

personId

personOrgId
data.personOrgId string

personOrgId

data.roomId string

spaceId

When a message is created

New message posted into a room that you're in

Returns

NamePathTypeDescription
data.created string

created

id
data.id string

id

data.personEmail string

personEmail

personId
data.personId string

personId

data.roomId string

spaceId

When a message is deleted

A message was deleted from a room that you're in

Returns

NamePathTypeDescription
data.created string

created

id
data.id string

id

data.personEmail string

personEmail

personId
data.personId string

personId

data.roomId string

spaceId

When a space is created

A new space was created by you or one of your integrations

Returns

NamePathTypeDescription
data.created string

created

creatorId
data.creatorId string

creatorId

data.id string

id

isLocked
data.isLocked boolean

isLocked

data.lastActivity string

lastActivity

teamId
data.teamId string

teamId

data.title string

title

type
data.type string

type

When a space is updated

A space that you're in was updated; primarily used to detect when a space becomes Locked or Unlocked

Returns

NamePathTypeDescription
data.created string

created

creatorId
data.creatorId string

creatorId

data.id string

id

isLocked
data.isLocked boolean

isLocked

data.lastActivity string

lastActivity

teamId
data.teamId string

teamId

data.title string

title

type
data.type string

type

To deploy the Webex Scheduler for Microsoft 365, install it from the Microsoft AppSource and follow the instructions in Deploy add-ins in the admin center. You can also install it locally.

Cisco Webex Microsoft Teams Rooms


Before you deploy the Webex Scheduler for Microsoft 365, check to make sure you meet the minimum system requirements. See the list of requirements and the current known issues and limitations.

To enable the Webex Scheduler, first make sure that your Webex site version is WBS39.1 or later. To find out which versions you’re using, see Find Your Cisco Webex Meetings Version Number.

Microsoft Teams Cloud Video Interop

  1. Do one of the following:

    • If you manage your Webex site in Cisco Webex Control Hub, from the customer view in https://admin.webex.com, go to Services. Under Meeting, select Sites, choose your site, and then select Configure Site. Under Common Settings, select Site Options.

    • If you manage your Webex site in Cisco Webex Site Administration, sign in to Webex Site Administration and go to Configuration > Common Site Settings > Options.

  2. In the Third-Party Integration section, under Microsoft (Microsoft 365 and Microsoft Teams), check Automatically link users with this Webex site if their Webex account email address matches their Microsoft 365 email address and select Update.

Allow Microsoft 365 Calendar Events on Your Webex Site

If you want to events scheduled from Microsoft 365 to appear on your Webex site, check List Microsoft 365 calendar events on the Webex site when authorized by tenant administrator.

You can also let users add events scheduled in the Webex Meetings Scheduler to their meetings list on their Webex site by checking Allow individual users to add the calendar integration for their upcoming meetings list in Modern View.

Cisco Cloud Video Interop For Microsoft Teams

Authorize a Tenant Administrator

After you enable the Webex Scheduler, authorize a tenant administrator.

  1. Select Add New Authorization.

  2. A new window opens. Sign in with your Microsoft administrator account.

  3. In the Permissions requested section, select Accept.

  4. Select Update, and then refresh the page to view the updated Tenant ID and Tenant Domains fields.

Webex Scheduler Authorization

Microsoft Teams With Webex

Tenant administrators can authorize the Webex Scheduler for everyone in their tenant. Individuals with Microsoft 365 accounts can also authorize the Webex Scheduler for themselves. The permissions required for authorization depend on which type of authorization you use.