IWebhookDestination
Home > @gooddata/sdk-model > IWebhookDestination
IWebhookDestination interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IWebhookDestination
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
endpoint | string | (ALPHA) URL of the webhook endpoint. | |
hasToken? | boolean | (ALPHA) (Optional) Flag indicating whether the webhook has setup a token. | |
name | string | (ALPHA) Name of the webhook. | |
token? | string | (ALPHA) (Optional) Optional token to be used for authentication as bearer token. |