# New ticket note rendering after refresh page

**URL:** https://community.sendbird.com/t/new-ticket-note-rendering-after-refresh-page/7295
**Category:** API
**Created:** [May 13, 2023, 9:53am UTC](https://community.sendbird.com/t/new-ticket-note-rendering-after-refresh-page/7295 "2023-05-13T09:53:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vitalii\_Moroz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/vitalii_moroz/32/4007_2.png) [@Vitalii\_Moroz](https://community.sendbird.com/u/Vitalii_Moroz)
#### Post date: [May 13, 2023, 9:53am UTC](https://community.sendbird.com/t/new-ticket-note-rendering-after-refresh-page/7295/1 "2023-05-13T09:53:12Z")

</div>

**[Problem/Question]**  
I need to send ticket notes with platform api request. But can see new notes only after refresh page.  
For my feature it’s expected to see this notes immediately after sending it with api request.  
Is it bug or not? Is it possible to have such behavior?  
Thanks!

---

<div class="post-metadata">

### Author: ![Chinmaya\_Gupta](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/chinmaya_gupta/32/1021_2.png) [@Chinmaya\_Gupta](https://community.sendbird.com/u/Chinmaya_Gupta)
#### Post date: [May 15, 2023, 7:57am UTC](https://community.sendbird.com/t/new-ticket-note-rendering-after-refresh-page/7295/2 "2023-05-15T07:57:33Z")

</div>

Hello @Vitalii_Moroz

Welcome to the Sendbird community!

It is possible to have real-time updates for ticket notes using Sendbird Desk API. You can use webhooks to receive updates in real time when a new note is added to a ticket.

Alternatively, you can use the Sendbird Chat SDK to integrate real-time updates into your client app. This will allow you to receive updates as soon as they are added to the ticket, without the need to refresh the page.

---

<div class="post-metadata">

### Author: ![Vitalii\_Moroz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/vitalii_moroz/32/4007_2.png) [@Vitalii\_Moroz](https://community.sendbird.com/u/Vitalii_Moroz)
#### Post date: [May 15, 2023, 8:03am UTC](https://community.sendbird.com/t/new-ticket-note-rendering-after-refresh-page/7295/3 "2023-05-15T08:03:08Z")

</div>

How webhook can help me to see new note on [dashboard.sendbird.com](http://dashboard.sendbird.com)?  
I do not use own client. I want to see new notes in desk.
