Queries
webhookTarget
Fetch a single webhook target by its ID. Returns null if no target with that ID exists in the workspace. Requires the webhookTarget:read permission.
QUERY
webhookTarget(webhookTargetId: ID!): WebhookTargetArguments
webhookTargetId
ID!
required
Returns
id
ID!
url
String!
description
String!
eventSubscriptions
The list of event types this target is subscribed to.
version
String!
The webhook schema version this target is pinned to (e.g. '2024-01-01'). All events delivered to this target conform to that version's schema.
isEnabled
Boolean!
When false, Plain will not attempt to deliver any events to this target until it is re-enabled.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

