Linking an owner to Slack enables you to send notifications to a dedicated Slack channel and tag the relevant owner(s) in Slack based on their Slack handle.
Click @Add Slack
If it’s your first time setting up Slack, click Connect to Slack to grant the necessary permissions. See more in Slack integration
Select a Slack channel from the drop-down list to send notifications.
Select one or multiple Slack user handles or Slack user groups to be notified of issues on assets owned by them (optional).
If you want to send alerts to a private Slack channel, you must first type @Coalesce Quality in the private channel and invite the app.
An owner, its notification channels and the alert configuration on each of its
ownerships are all readable and writable outside the app, so alert routing can be
reviewed and changed in bulk.
Public API — synq.owners.v1.OwnersService covers owners, their contacts
and their ownerships. Reading needs a token with SCOPE_OWNERS_READ and
SCOPE_OWNERSHIP_READ; writing needs SCOPE_OWNERS_EDIT and
SCOPE_OWNERSHIP_EDIT. See the API reference and API scopes.
MCP — the owner tools create or update
an owner and the assets it is responsible for in one call, including the
severities and channels its alerts go to. Reading is covered by read-only
consent; writing needs the Governance permission and is
confirmation-gated.