Skip to main content

Questions tagged [inbox]

A question about the /inbox and related Stack Exchange API methods.

2 votes
0 answers
86 views
+50

Introducing StackPulse: a real-time Cross-platform Stack Overflow question notifier

Screenshot I'm excited to share a new tool I've been working on called StackPulse. It's designed to help developers stay on top of new questions in their areas of expertise on Stack Overflow. About ...
MendelG's user avatar
  • 71
3 votes
0 answers
30 views

Automark as read

The following simple script reverts the most significant one of the inbox ‘improvements’: it marks all inbox messages as read as soon as the inbox is closed. // ==UserScript== // @name Stack ...
user3840170's user avatar
3 votes
1 answer
45 views

Unread notifications not showing in API response

I have been trying to fetch all unread notifications from the Stack Exchange API. However, I always get a blank items data in the response. API Endpoint: /2.3/me/notifications/unread?page=1&...
nice_dev's user avatar
  • 153
7 votes
0 answers
88 views

Inbox auto-read - a userscript to mark inbox notifications as read automatically

Inbox auto-read Install Tl;dr: This Tampermonkey userscript automatically reads inbox notifications when it is opened instead of requiring one to press the Mark all read button. I gave it the MIT ...
cocomac's user avatar
  • 478
1 vote
1 answer
225 views

Get access token for matrix bridge

I want to build a bridge for my matrix server. To read my inbox an access_token is required. Do I really need to register an application just to get one access token?
Ace of Spade's user avatar
2 votes
1 answer
74 views

Can I get the question id in the inbox route?

My intended behavior of my app is to navigate the user the the question page when an inbox item gets clicked. For example, when the API return a link like this https://stackapps.com/questions/8515/...
Norbert Bartko's user avatar
1 vote
0 answers
131 views

Hidden page tracks Read/Unread Inbox items better than API or Inbox?

How does this hidden page (stackexchange.com/topbar/inbox) know which Inbox notifications I have/haven't opened? Both the drop-down inbox and the API (ie, api.stackexchange.com/docs/me-inbox) seem ...
ashleedawg's user avatar
21 votes
0 answers
665 views

Top Bar for Chat Rooms

As of 1.12, thanks entirely to Shog9's efforts, this now works on Firefox as well as Chrome! Description: Provides a fully functional top bar, including realtime notifications, easy chat server ...
Jason C's user avatar
  • 591
4 votes
0 answers
133 views

Get our Stack Exchange inbox as native notification on Chrome

About I'm new to the Stack Exchange sites. So I was looking for Chrome Extensions get make my experience better. I searched for a simple and good looking Notification app. I found nothing so I make ...
Alec von Barnekow's user avatar
2 votes
0 answers
105 views

API to Emulate Notifications

Is there a API End Point that will emulate Test Notifications? When I say Notifications, I Mean both Inbox and Achievements. Right now i am using below for the data Unread Notification : https://...
AVK's user avatar
  • 279
-2 votes
1 answer
65 views

Are the inbox routes (`inbox_item`) missing some item types?

Should there be more options for item_type in the "inbox" routes (they return inbox_item)? Shouldn't they return answer and edit suggested like the site's global inbox does? As shown in this ...
amit jha's user avatar
  • 842
3 votes
1 answer
97 views

Why do you need to specify a site when getting the inbox?

I'm getting a user's inbox via /me/inbox. I am forced to specify a site with this, so I'm setting it to Stack Overflow. However, it still gets all my notifications, including those from other sites. ...
RareNCool's user avatar
  • 201
3 votes
1 answer
172 views

Difference between `/inbox/unread` & `/me/inbox/unread`

I ran /inbox/unread & /me/inbox/unread. What is the difference between the two? Also, the site parameter which we give in call to /me/inbox/unread is not required as inbox_item refers to global ...
amit jha's user avatar
  • 842
3 votes
1 answer
60 views

`body` of `inbox_item` returning only excerpt, not full body

I have run /inbox/unread function. It returns a list of inbox_items. The body of inbox_item gives excerpt, not the full body. This is with all the functions that return inbox_item. According to ...
amit jha's user avatar
  • 842
2 votes
0 answers
245 views

Inbox Reader - Reads your inbox

Screenshot About It reads your inbox License Inbox Reader is released under the Apache License 2.0. Download You can download Inbox Reader here: http://teamfreehugs.github.io/stackexchange/...
Universal Electricity's user avatar

15 30 50 per page