OCNORA

Cisco Webex

Chat & messagingBearer tokencredential probe

Create Cisco Webex meetings (Bearer token).

OCNORA ships 25 typed Cisco Webex operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://webexapis.com/v1 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Cisco Webex raises an event (message, membership, meeting).
    trigger.webex_event

Operations 25

  • Create Meeting
    Create a Cisco Webex meeting and return its join link.
    webex.create_meeting
  • Add Member
    Add someone to a Webex space, optionally as a moderator.
    webex.create_membership
  • Create Message
    Post a message to a Webex space or as a 1:1 direct message.
    webex.create_message
  • Create Room
    Create a Webex space, optionally inside a team.
    webex.create_room
  • Create Team
    Create a Webex team to group spaces and people under.
    webex.create_team
  • Create Webhook
    Subscribe a URL to a Webex resource and event, e.g. new messages.
    webex.create_webhook
  • Delete Meeting
    Cancel a scheduled Webex meeting.
    webex.delete_meeting
  • Remove Member
    Remove someone from a Webex space.
    webex.delete_membership
  • Delete Message
    Delete one Webex message.
    webex.delete_message
  • Delete Room
    Delete a Webex space for everyone in it.
    webex.delete_room
  • Delete Webhook
    Delete a Webex webhook so its callbacks stop.
    webex.delete_webhook
  • Get My Details
    Fetch the person or bot the connection's token belongs to.
    webex.get_me
  • Get Meeting
    Fetch one Webex meeting, with its join link and state.
    webex.get_meeting
  • Get Message
    Fetch one Webex message by id, with its attachments.
    webex.get_message
  • Get Person
    Fetch one Webex person by id.
    webex.get_person
  • Get Room
    Fetch one Webex space by id.
    webex.get_room
  • List Meetings
    List Webex meetings in a time window or by state.
    webex.list_meetings
  • List Memberships
    List who is in a Webex space, or which spaces a person is in.
    webex.list_memberships
  • List Messages
    List messages in a space or a 1:1 room, newest first.
    webex.list_messages
  • List People
    Look someone up in Webex by email or display name.
    webex.list_people
  • List Rooms
    List the Webex spaces this connection belongs to.
    webex.list_rooms
  • List Teams
    List the Webex teams this connection belongs to.
    webex.list_teams
  • List Webhooks
    List the Webex webhooks this connection created.
    webex.list_webhooks
  • Update Meeting
    Change the title, time or agenda of a scheduled Webex meeting.
    webex.update_meeting
  • Update Room
    Rename a Webex space or change its description and moderation.
    webex.update_room

Run your first Cisco Webex workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.