-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Installed the package and configured a Job. When I test the webhook with the "Test Webhook" feature in mailgun I can see the "POST /webhooks/mailgun/delivered 200 OK" log but database "webhook_calls" stays empty and my job defined in the config: 'delivered' => \App\Jobs\MailgunWebhooks\HandleDelivered::class doesn't get executed. I have the QUEUE_CONNECTION=sync so that I can see any dd($this->webhookCall->payload);
call in the log.
Metadata
Metadata
Assignees
Labels
No labels