Tags:
- Admin GraphQL API
- 2025-10
webhookSubscriptionCreate
and webhookSubscriptionUpdate
support all URI types
webhookSubscriptionCreate
and webhookSubscriptionUpdate
support all URI typesThe and
GraphQL mutations now support a unified
uri
field in the (
) argument, which accepts:
- HTTPS URLs
- Google Pub/Sub URIs (
pubsub://{project-id}:{topic-id}
) - Amazon EventBridge event source ARNs
The object has been updated to include this new
uri
field, and the query now supports filtering by
uri
to accommodate all endpoint types.
Deprecations
The following endpoint-specific mutations are now deprecated in favor of the unified approach:
Additionally, the field in the
query is deprecated (previously supported HTTPS URLs only).
Migration Notes
Use the new uri
field in /
mutations and
query instead of the deprecated endpoint-specific mutations and
field.
Was this section helpful?