You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In method, add IStandardWebhookFactory as an injected parameter and then:
44
+
varwebhook=webhookFactory.CreateWebhook();
45
+
```
46
+
47
+
### Standard Configurations
48
+
Two standard `WebhookConfigurationOptions` configurations are provided as static instances, `WebhookConfigurationOptions.StandardWebhooks` and
49
+
`WebhookConfigurationOptions.Svix`, the former for the HTTP headers as described in the Standard Webhooks specification and
50
+
the latter for the headers used by Svix. The default configuration if no options are supplied is `WebhookConfigurationOptions.StandardWebhooks`.
51
+
23
52
## Acknowledgements
24
53
25
54
This project leverages the work of the **Standard Webhooks** project, published on Github in the [standard-webhooks](https://github.com/standard-webhooks/standard-webhooks) repository.
`StandardWebhooks` is an implementation of the [Standard Webhooks specification](https://github.com/standard-webhooks/standard-webhooks/blob/main/spec/standard-webhooks.md)
4
+
initiated by Svix and supported by other industry participants including Zapier, Twilio, ngrok and Kong.
5
+
6
+
See the repo on [GitHub](https://github.com/codefactors/StandardWebhooks) for more information and examples.
0 commit comments