Symfony now supports webhooks as a native component:
https://symfony.com/doc/current/webhook.html
It does all the grunt work of security, routing and message passing. If this bundled were offered as a webhook provider, it'd be a great DX: Install symfony/webhooks, install your provider, configure a RemoteEventListener within you application.
Plus, it'd be a great example of how to create a custom webhook that wasn't responding to an email or SMS.
Symfony now supports webhooks as a native component:
https://symfony.com/doc/current/webhook.html
It does all the grunt work of security, routing and message passing. If this bundled were offered as a webhook provider, it'd be a great DX: Install symfony/webhooks, install your provider, configure a RemoteEventListener within you application.
Plus, it'd be a great example of how to create a custom webhook that wasn't responding to an email or SMS.