Making it even easier to send notifications as a provider
I’m pleased to announce that we now also allow sending of notifications by hashed email address, in addition to the existing service token/secret method.
The original thought process behind a token/secret for each service was for those of you that wanted to allow a user to add your Provider multiple times. In that case, each service had to have it’s own separate token/secret in order to make sure you push it to the correct service.
For those providers that only allow a single installation of their service, then pushing by the users hashed e-mail address is 1000x easier than storing the token/secret for each service.
The provider API documentation has already been updated, so be sure to check it out!