spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

Ability to handle multiple jobs #88

Closed louis-l closed 3 years ago

louis-l commented 3 years ago

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,