We support sending slack notifications for Apps and Orgs.

Slack Webhook Notifications

You can receive notifications for events in your application in slack, by creating a channel and generating a Slack Incoming Webhook URL.

To add notifications for an App, update the App metadata to set the webhook url:

nuon.<your-app>.toml
slack_webhook_url = "<slack-webhook-url>"

We have many additional events internally that can be sent as notifications. If you would like additional notifications, please let us know.

Supported Events

Currently, the following notifications are supported:

  • App Sync Error - get a notification for any App sync error.
  • Install Created - notification for any new Install created.

Org Events

We support sending additional events for an entire Org, but do not (yet) expose a way to manage these directly. If you would like to setup notifications for your entire Org, please reach out and we can set this up internally.