createAccountWebhookConfiguration
Create a new account scoped webhook configuration
This page contains
Arguments
| input CreateAccountWebhookConfigurationInput! |
CreateAccountWebhookConfigurationInput 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 |
| status WebhookConfigurationStatus | Status of the webhook configuration |
Return Fields
| webhookConfiguration WebhookConfiguration | New webhook configuration if successful |
| userErrors [CreateAccountWebhookConfigurationError!] | Errors preventing creation of the webhook configuration |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.