zendesk-messaging-client
Preparing search index...
Types
GetWebhookData
Type Alias GetWebhookData
type
GetWebhookData
=
{
body
?:
never
;
path
:
{
appId
:
string
;
integrationId
:
string
;
webhookId
:
string
}
;
query
?:
never
;
url
:
"/v2/apps/{appId}/integrations/{integrationId}/webhooks/{webhookId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
appId
:
string
;
integrationId
:
string
;
webhookId
:
string
}
Type declaration
appId
:
string
Identifies the app.
integrationId
:
string
The id of the integration.
webhookId
:
string
The id of the webhook.
Optional
query
query
?:
never
url
url
:
"/v2/apps/{appId}/integrations/{integrationId}/webhooks/{webhookId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
zendesk-messaging-client
Loading...
Identifies the app.