# EventBridgeWebhookSubscriptionInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for an EventBridge webhook subscription. ### Access Scopes ## Fields * [arn](/docs/api/admin/unstable/scalars/ARN): ARN - The ARN of the EventBridge partner event source. * [filter](/docs/api/admin/unstable/scalars/String): String - A constraint specified using search syntax that ensures only webhooks that match the specified filter are emitted. See our [guide on filters](https://shopify.dev/docs/apps/build/webhooks/customize/filters) for more details. * [format](/docs/api/admin/unstable/enums/WebhookSubscriptionFormat): WebhookSubscriptionFormat - The format in which the webhook subscription should send the data. * [includeFields](/docs/api/admin/unstable/scalars/String): String - The list of fields to be included in the webhook subscription. * [metafieldNamespaces](/docs/api/admin/unstable/scalars/String): String - The list of namespaces for any metafields that should be included in the webhook subscription. * [metafields](/docs/api/admin/unstable/input-objects/HasMetafieldsMetafieldIdentifierInput): HasMetafieldsMetafieldIdentifierInput - A list of identifiers specifying metafields to include in the webhook payload. ## Input objects with this input object * [eventBridgeWebhookSubscriptionCreate](/docs/api/admin/unstable/mutations/eventBridgeWebhookSubscriptionCreate) * [eventBridgeWebhookSubscriptionUpdate](/docs/api/admin/unstable/mutations/eventBridgeWebhookSubscriptionUpdate) ## Examples