Video conferencing, online meetings, screen share, and webinars
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new event when a message is added. See the docs here
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Creates a room. The authenticated user is automatically added as a member of the room. See the docs here
Post a plain text or rich text message, and optionally, a file attachment, to a room. See the docs here
Some things you can build using the Cisco Webex API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
cisco_webex: {
type: "app",
app: "cisco_webex",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://webexapis.com/v1/people/me`,
headers: {
Authorization: `Bearer ${this.cisco_webex.$auth.oauth_access_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: