CreateTenantWebhookConfigurationInput
Input used to create a new tenant 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 |
| url URL | Url to send webhooks to |
| authentication WebhookAuthenticationInput | Authentication for the webhook url |
| active Boolean | Active status of the webhook |
| destination WebhookDestinationInput PREVIEW | Destination for the webhook |
Mutations for CreateTenantWebhookConfigurationInput
| createTenantWebhookConfiguration | Create a new tenant scoped webhook configuration |


