CreateAccountWebhookConfigurationInput
Input used to create a new account scoped webhook configuration
This page contains
Fields
resourceType WebhookResourceType! | Type of resource to get notified about |
resourceActions [WebhookResourceAction!]! | Actions on the resource to get notified about |
destination WebhookDestinationInput PREVIEW | Destination for the webhook |
url URL | Url to send webhooks to |
authentication WebhookAuthenticationInput | Authentication for the webhook url |
active Boolean | Active status of the webhook |
Mutations for CreateAccountWebhookConfigurationInput
createAccountWebhookConfiguration | Create a new account scoped webhook configuration |