Skip to content

relizy / getSlackWebhookUrl

Function: getSlackWebhookUrl()

getSlackWebhookUrl(options): string | null

Defined in: src/core/slack.ts:31

Get Slack Incoming Webhook URL from config or environment variables. Priority: social.slack.webhookUrl > RELIZY_SLACK_WEBHOOK_URL > SLACK_WEBHOOK_URL.

Parameters

options

socialWebhookUrl?

string

Returns

string | null

Released under the MIT License.