MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getProspectChannel

Function getProspectChannel

server/src/db/system-settings-db.ts:222–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 * Get the configured prospect notification Slack channel
221 */
222export async function getProspectChannel(): Promise<ProspectChannelSetting> {
223 const result = await getSetting<ProspectChannelSetting>(SETTING_KEYS.PROSPECT_SLACK_CHANNEL);
224 return result ?? { channel_id: null, channel_name: null };
225}
226
227/**
228 * Set the prospect notification Slack channel

Callers 5

notifyAliasMatchFunction · 0.85
notifyNewProspectFunction · 0.85
getSystemChannelRoleFunction · 0.85
gatherConfiguredChannelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected