Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi all,
Is it possible to set up a SMTP channel using the DSS API instead of setting it up in the UI, in settings -> Notifications & Integrations -> Messaging Channels ?
I could not find it, though it would be practical to be able to automate all kinds of config initializations for DSS instances. Just like it is possible to create users, groups...
Regards,
Operating system used: CentOS
While there is no API nothing will stop you from deploying you own config file or modifying it via another script. This is where the Messaging Channels config file lives:
[DATA_DIR]/config/messaging-channels.json
Hi @GuillaumeDubois,
There are no APIs for that but we have already logged this with engineering to add them in the future releases.
Thanks!
Jordan
Hi @JordanB , thank you for your anwser, that is good to know, that would be handy.
While there is no API nothing will stop you from deploying you own config file or modifying it via another script. This is where the Messaging Channels config file lives:
[DATA_DIR]/config/messaging-channels.json
Hi @Turribeach, thank you for the tips, I will look into this.