diff --git a/docs/receiving/receiving-with-ingest.mdx b/docs/receiving/receiving-with-ingest.mdx index b5d8c45..bc23f72 100644 --- a/docs/receiving/receiving-with-ingest.mdx +++ b/docs/receiving/receiving-with-ingest.mdx @@ -33,9 +33,9 @@ webhook providers. Supported values for a `Source`'s `type` include: - `svix` (that's us!) - `zoom` -Additionally there's the option to configure a `Source` as `http` to skip -performing signature verification. This is useful for providers that have no -verification scheme and for providers whose verification scheme is not yet +Additionally there's the option to configure a `Source` as `genericWebhook` to +skip performing signature verification. This is useful for providers that have +no verification scheme and for providers whose verification scheme is not yet supported by Ingest. :::tip