I can't find any good documentation on this specific functionality.
For the oxwall mobile version, would anyone know the specific way to make a notification for your own system lead to the page it should (which also has mobile support)?
I can't find any good documentation on this specific functionality.
For the oxwall mobile version, would anyone know the specific way to make a notification for your own system lead to the page it should (which also has mobile support)?
$notification = array (
'Title'=> $Title,
'Body'=> $Body,
'Sender'=> $Sender,
'Recipient'=> $Recipient,
'Target'=> $Target
);