What are the operation can we perform on a notification/message?

Basically what the title says is, What controls are available from the courier?
Are there any APIs that can perform operations like those mentioned below?

  • Clear
  • Delete
  • Hide
  • Show
  • Archive
  • Undo

Hi @malikabdulazizakbar,

I’m a bit unclear on what you want to use these operations on. You can perform CRUD operations with our API depending on the endpoint you’re calling to like our Profiles for example, but not for Messages.

Hi @rodrigo,

Let me explain that. When I receive a notification on my mobile device, I want to perform the operations on a notification like changing the notification’s status (read/unread) or deleting that specific notification.