Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
326 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
NotificationHub -Test Send fails for Toast but works for Raw. Says payload is incorrect, but it is generated by Azure?
when sending notifications to Toast, you want to make the payload adheres to the specific format and requirements is crucial. usually "payload incorrect" errors means there is a mismatch between the expected payload structure and what's being sent.
Here are a few troubleshooting steps:
title
, body
, and visual
elements, are present and correctly format. Also, the built-in test send feature in the Azure portal can help validate your payload before sending it to real devices.Hope that helps.
-Grace