Skip to main content
QUERY
webhookTarget(webhookTargetId: ID!): WebhookTarget

Arguments

webhookTargetId
ID!
required
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