teams.getChannel returns one Teams channel.
Example
automations/teams-get-channel.automation.ts
Inputs
Pass{ team: "Engineering", channel: "General" }. The optional second argument { account } selects a Microsoft binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns one Teams channel.
teams.getChannel returns one Teams channel.
import { automation } from "automate.ax"
import { teams } from "automate.ax/teams"
export default automation("Get channel", () => {
teams.getChannel({ team: "Engineering", channel: "General" })
})
{ team: "Engineering", channel: "General" }. The optional second argument { account } selects a Microsoft binding.