The payload returned from sending an incoming webhook to be created
| Property Name | Type | Description | 
|---|---|---|
| __typename | Literal | |
| errors | Maybe<Array<MutationError>> | A list of errors that occurred during webhook creation. | 
| success | Boolean | Whether the webhook was created successfully. | 
| webhookDetails | Maybe<CompassIncomingWebhook> | The created webhook. | 
Rate this page: