spatie/laravel-webhook-client

Ability to handle multiple jobs

louis-l opened this issue · 0 comments

Hi there,

Thanks for the awesome package. I have been using it and love it.
1 think that I think it would be good to have is the ability to trigger multiple jobs.

My use case is: I have a incoming webhook from Postmark and it needs to be handled in 2 separated jobs. I end up with creating 1 job to recieve the incoming webhook, then dispatch 2 jobs to do what I need.

Cheers,