Hey all,
The API of Asana is quite extensive, but I don’t see anything about API endpoints for the inbox sections. It makes me wonder if that actually exists.
Who can share some lights on that?
Kind regards,
Hey all,
The API of Asana is quite extensive, but I don’t see anything about API endpoints for the inbox sections. It makes me wonder if that actually exists.
Who can share some lights on that?
Kind regards,
Hi @Django and welcome to the forum!
I believe the way to get a user’s Inbox items is to use the Search API and specify a parameter of assignee_status
equal to "inbox"
.