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
Copy
Ask AI
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.
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.