Dynamics 365 App Notifications let you send real-time alerts directly to users inside the Dynamics 365 app, ensuring important updates or reminders aren’t missed. Instead of relying on emails that

Data:
{
"@odata.type": "Microsoft.Dynamics.CRM.expando",
"actions": [{
"title": "View Quote",
"data": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"type": "url",
"url": "?pagetype=entityrecord&etn=quote&id=@{triggerOutputs()?['body/quoteid']}",
"navigationTarget": "inline"
}
}]
}
Owner (Owners):
/@{triggerOutputs()?['body/_ownerid_value@Microsoft.Dynamics.CRM.lookuplogicalname']}s(@{triggerOutputs()?['body/_ownerid_value']})
When we change a quote, then we see a notification on the top right. Note, notifications are asynchronous and may not appear immediately.

