Closed josiasmontag closed 3 years ago
Allow setting a webhook URL for the current job:
$job = (new Job()) ->setWebhookUrl('https://myendpoint') ->addTask( ... );
Replaces #88
Allow setting a webhook URL for the current job:
Replaces #88