A ->dispatch() method can be used to have Telegraph to interact with telegraph through the Laravel queue system: Telegraph::message('hello')->dispatch(); optionally a queue name can be hinted: ->dispatch('my queue')