Enabling HMAC for in-app with C#
https://api.novu.co/v1/widgets/session/initialize
is giving me a 400 Bad Request "Please provide a valid HMAC hash" and I was wondering if there's some obvious error im making when generating it
using var hmac = new HMACSHA256(Encoding.UTF8.GetBytes(_novuConfig.ApiKey));
var notificationCenterHash = Convert.ToHexString(hmac.ComputeHash(Encoding.UTF8.GetBytes(subscriberId)));
using var hmac = new HMACSHA256(Encoding.UTF8.GetBytes(_novuConfig.ApiKey));
var notificationCenterHash = Convert.ToHexString(hmac.ComputeHash(Encoding.UTF8.GetBytes(subscriberId)));
Styling missing real emails
Promoted Change Not Being Applied In Production
Using Local Docker Instance for digest-learning-app
AWS SES Email Unexpected Provider Error
SES emails not going through
Question: Triggering Workflow to Topic, can I get subscriber info for personalizing the email?
env variables description
Delete Multiple Transactions not working.
ENV secrets rotation
Problem with running digest-learning-app
NV-2989] Upgrade cypress to latest version(#4426)
Avatar not showing in-app notification
Unable to Send SMS from Local Docker Novu Install
facing issue on npm run setup:project command
The broadcast return timeout (10k+ people)
Unable to override "from" field for FireText provider
Question about issues in docs side