sending notifications to user from api using oauth token shows that the notification is from the user who authorized the token and not from app, there should be an option to allow app developers to send it like its from the app (like it shows when we send notifications using short lived token)
This! I’ve even had to suggest to users that they create a “service user” in order to get around notifications being from the user who set up the automation/app. In this usecase, the app was able to let another user know when an item moved to a new status.
It would also be helpful to consider this in the newer Emails & Activities APIs - at present, logging an activity always appears to be from the user who authed the app. I will have to create a way to get all users to log in to the app and then pick the correct auth token in order to log activity as the correct user.
The same should apply to updates, so the update comes from the app. Which unfortunately even with short live tokens comes from the user. Or at least an option
Absolutely, much needed feature!