{error}
}Send Team notifications to a {config.platform} channel. Set a default that every Team uses, and override it for individual Teams. A message is sent once and not retried — the bridge is a courtesy, and nothing on the site depends on it arriving.
{error &&{error}
} {notice &&{notice}
} {config.rows.length === 0 && !draft && (Nothing configured — no Team events leave the site.
)} {config.rows.length > 0 && (| Applies to | Events | Channel | State | |
|---|---|---|---|---|
| {appliesToLabel(row)} {isDefaultRow(row) && (default)} | {row.events.length === 0 ? none : row.events.map(eventLabel).join(', ')} | {row.channel_ref || unset} | {row.enabled ? 'Enabled' : 'Disabled'} {row.members_ack && ( members-only destination confirmed {row.members_ack_username ? ` by ${row.members_ack_username}` : ''} )} |
You have confirmed this channel is restricted to the Team’s members.{' '}
)}{line}
))}