17:14:34 is there a way to refresh all notification data for system notifications or per account? the new user notifications do not match what should be sending? 20:22:52 i was able to put the account notifications back to system default (https://docs.2600hz.com/supported/applications/crossbar/doc/notifications/) 20:23:23 but in the response i get: new_user": "not_found", 20:23:41 the system new_user notification doc is present though 21:27:15 btracht1210: Yes, there is a sup command for it. 21:28:09 btracht1210: sup teletype_maintenance force_system_default 21:29:02 That will force ALL templates on your system to default. If you want to just do for an account, add the account ID after the command. 21:31:41 btracht1210: also you can do `sup teletype_maintenance remove_customization {ACCOUNT_ID}` which won't reset to system default, but will reset to the parent account notification settings. In other words if you have a parent account with a logo change, and then the child account has modified their template and changed the wording, this command will remove the wording change they made, but keep the logo 21:31:47 change the parent account made. 21:33:38 I believe if you add the document ID after the account ID it will only work on a single template doc. 21:38:25 You should be able to do similar with the API. Possibly the reason you got the new_user not_found response was because the template has an ID in the normal format or something (abcdef1234567890fedcba...) instead of "new_user". OR it could be the specific notification you are messing with is modified on a parent account, rather than this account. Doing a GET on the notifications for the account should tell 21:38:31 you which ones have modification in THIS account. 21:46:00 lvlinux: thanks! i used sup teletype_maintenance restore_system_template notification.new_user, then forced the account back to system default and found the new_user notification 21:46:24 must have been something wrong with the system one where it wasn't recognizing it 23:24:53 k great :)