S
S
Sanes2021-07-15 08:45:14
Laravel
Sanes, 2021-07-15 08:45:14

Laravel notification options to avoid spamming?

Greetings.
I send a notification if there is a new comment in the ticket. For example, not immediately, but every 15 minutes. It often happens that you have to leave 2 or more in a row for one addressee.
In order not to spam, you need to send only one notification.

Only use of the queue table and the scheduler comes to mind.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jazzus, 2021-07-15
@Sanes

Pass the ticket_id to the notification and then check for unread user notifications.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question