Skip to content

Optional Queue

Every notification can be sent via the job queue, controlled by a single Use Queue setting in the right sidebar. This is generally the recommended behavior, but you can always bypass the queue and send messages immediately.

Exceptions

When using the queue, a message will be:

  1. compiled when the event is triggered,
  2. queued for delivery, and finally
  3. sent once the queue job is run.