Microsoft Teams Integration
Get Workflows webhook handle information
Get the name of a Workflows webhook handle from the Datadog Microsoft Teams integration.
get/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/{handle_id}
Path parameters
handle_idstring required
Your Workflows webhook handle id.
Response
OK
Example response
{
"data": {
"attributes": {
"name": "fake-handle-name"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "workflows-webhook-handle"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.