Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 344 Bytes

intune-notification-notificationmessagetemplate-sendtestmessage-sendtestmessage-action-python-snippets.md

File metadata and controls

15 lines (8 loc) · 344 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.device_management.notification_message_templates.by_notification_message_template_id('notificationMessageTemplate-id').send_test_message.post()