name('yoco-webhook'); // Trello webhook Route::post('/webhooks/trello', [TrelloWebhookController::class, 'handle'])->name('trello-webhook'); // Courier webhook Route::post('/webhooks/courier', [CourierWebhookController::class, 'handle'])->name('courier-webhook');