Hey all!
We’re building an app that triggers notifications from the server side.
We are using the graphql create_notification
mutation, passing the user’s id, target_id (board_id) and text.
As a token, we use one that is generated using the authorization flow.
The notification’s text is showing as expected, but the title shows the user’s name and logo, instead of the App’s name and logo:
Is it possible to use the App’s name?
After all the action was made in the background by the App, and not by the user.
Thanks!