Steps To Configure
- Go to integration store and click on
Add a provider
button. ChoosePush
channel and thenPush Webhook
provider. - Enter your Webhook URL. For quick testing use this website.
- Enter Secret Hmac Key. Novu will use this secret hmac key to encrypt the data using
HMAC SHA256
algorithm and send the hash as value ofx-novu-signature
header. User can usex-novu-signature
header to test authenticity of the request. Read more here - Click on the update button.
- Update the subscriber credentials using SDK or API. Read more here
Your webhook url should accept
POST
request.