Duplicated email delivery when one of the configurations fails.
### Tasks
- [ ] create WebhooksServiceV2, which uses the described approach
- [ ] webhooks in the API are distinguished by their name, which should now contain the provider, configuration ID, and event name (`sendgrid.1234.order-created`)
- [ ] Prepare migration script, which will migrate old webhooks to the new ones
The problem I would like to address:
Duplicated email delivery when one of the configurations fails.
Consider setup:
Currently:
/api/webhooks/order-createdSolution:
/api/webhooks/$PROVIDER/$CONFIGURATION_ID/order-createdAdditional pros of the proposed solution: