Project structure: conf/notify.yamlΒΆ

Note

This file is rendered as a template. Refer to Conf files templating for more details.

The Hasura notify microservice can be used to send emails and sms to users.

All options are configured to read from the secret called hasura-secrets. To enable a provider:

  1. Add the required secrets for a provider
  2. Set the default provider

Check out Email and SMS docs for more details on setting providers.

You can find the default file at conf/notify.yaml in the base repo.