teams.onChannelMemberAdded subscribes to Microsoft Graph change notifications.
Example
automations/teams-on-channel-member-added.automation.ts
Options
Pass{ team: "Engineering", channel: "Private" }. team and channel accept exact display names or provider IDs. Optional account selects a Microsoft binding.
Event
Runs when a direct channel member is added. The event includeschangeType, resourceType, resourceId, contextual team/channel/chat IDs, and normalized data when Graph still exposes the resource. Deletions are ID-only tombstones.
Teams subscriptions are short-lived and Automate.ax renews them automatically. Channel membership is subscribed team-wide and filtered to the configured private or shared channel.