Search code examples
ruby-on-railsapiasana

Trigger mobile notification of task creation


I'm joining my app to Asana and I'm creating automatically tasks. I would like to notify assigned user to his new task. I didn't find anything about that from Asana API documentation

Does anyone have an idea to trigger a mobile notification? Is that even possible?


Solution

  • When you create a task, you can assign it, or add followers to it, or even add a comment to it. But push notifications are logic the user controls, rather than the integration. If I want to be notified of new tasks assigned to me, I will be.