Magidoc

WebhookSubscription
Object

A Node in the graph.

Fields

#

callbackUrl

The callback_url of the WebhookSubscription.

contentType

The content type of the webhook request. Defaults to json.

createdAt

Identifies the date and time when the object was created.

dataValidationTemplate

Liquid template used to validate the webhook triggering.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

disabledAt

The date and time when the WebhookSubscription what last disabled (if disabled).

disabledReason

The reason given when the WebhookSubscription was disabled (if disabled).

errorHandlingTemplate

Liquid template used to handle errors in the webhook reponse.

id

ID !
Non-null

ID of the object.

integration

Integration associated with the WebhookSubscription.

name

Name for the webhook subscription for easy identification.

nameForLog

Object name to be identified in Audit Logs.

organization

The Organization associated with the WebhookSubscription.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the WebhookSubscription.

query

The graphql query to be executed whenever Webhooks are triggered for this WebhookSubscription.

settings

Non-null

The settings associated with the object.

sharedSecret

Public secret for the WebhookSubscription.

template

Liquid template that can be used to customize the returned JSON data.

topic

The WebhookTopic associated with the WebhookSubscription.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

user

The User associated with the WebhookSubscription.

webhookErrors

List of Webhook Errors generated by the WebhookSubscription.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#