provider Google Chat Integration POST /api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles
@utdk/datadog /api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles
Create organization handle
Create an organization handle in the Datadog Google Chat integration.
organization_binding_id path required
Your organization binding ID.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createorganizationhandle
POST/api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles
Create an organization handle in the Datadog Google Chat integration.

Parameters

required

Your organization binding ID.

Input

required

Organization handle data for a create request.

required

Organization handle resource type.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.createorganizationhandle({
  "type": "google-chat-organization-handle"
})