Notion mobile application notification

Hello,

I want to receive a notification once status is updated to 'Ready for Pick Up".

Initially what I did is once the status is updated, there is a status notification field [text] that has the following: “@user” which is supposed to send a mobile notification to the user I mentioned. But that doesn’t seem to work.

I also tried using the following and I got one mobile notification and that was it:
{
“text”: {
“content”: "Mind Cap "
}
},
{
“mention”: {
type: “date”,
date: {
“start”: new Date().toISOString().substr(0,10)
}
}
}

I currently have the following:

You are probably not going to be able to use Notion in that way… Notion doesn’t offer notifications via API. Have you considered sending a slack or SMS notification instead. Do you have a DB with your team’s notion IDs and other contact info in it?