Skip to content

Cisco Webex Trigger

Node: ciscoWebexTrigger · Full type: n8n-nodes-base.ciscoWebexTrigger · Version: 1

Credentials

ciscoWebexOAuth2Api (alias: @cisco)

CREDENTIAL @cisco = ciscoWebexOAuth2Api "My Cisco Webex Trigger"

Operations

Resources: all, attachmentAction, meeting, membership, message, recording, room

Parameters

Parameter Type Default Details
resource options "meeting" required; all, attachmentAction, meeting, membership, message, recording, room
event options "" required; created, deleted, updated, all
resolveData boolean true
filters collection {} keys: hasFiles, isLocked, isModerator, mentionedPeople, messageId, ownedBy, ...

filters children:

Parameter Type Default Details
hasFiles boolean false
isLocked boolean false
isModerator boolean false
mentionedPeople string ""
messageId string ""
ownedBy string ""
personEmail string ""
personEmail string ""
personId string ""
personId string ""
personId string ""
roomId string ""
roomId string ""
roomId string ""
roomType options "" direct, group
type options "" direct, group

Example

NODE "ciscoWebexTrigger" @cisco AS "Cisco Webex Trigger" {
  resource: "all"
}