{{#link-to "settings.apps.index"}}Apps{{/link-to}} {{inline-svg "arrow-right"}} Slack

{{gh-task-button task=save class="gh-btn gh-btn-blue gh-btn-icon" data-test-save-button=true}}

Slack

A messaging app for teams

Slack configuration
Webhook URL
Automatically send newly published posts to a channel in Slack
{{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="url"}} {{gh-input model.url name="slack[url]" update=(action "updateURL") onenter=(action "save") placeholder="https://hooks.slack.com/services/..." data-test-slack-url-input=true}} {{#unless model.errors.url}}

Set up a new incoming webhook here, and grab the URL.

{{else}} {{gh-error-message errors=model.errors property="url"}} {{/unless}} {{/gh-form-group}}
{{gh-task-button "Send test notification" task=sendTestNotification successText="Sent" class="gh-btn gh-btn-green gh-btn-icon" disabled=testNotificationDisabled data-test-send-notification-button=true}}