GetMessageTemplateForNotificationAsync

Returns (Task)

Find the Message Template for the Designated Notification Action.

Name Description
notification The notification action to get the message template for

Get Message Template For Notification Async

Example in C#

// Returns: MessageTemplateInfo
var messageTemplateInfo = await client.GetMessageTemplateForNotificationAsync(NotificationActionInfo notification);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/alarmactions/ALARMACTION.KEY/messagetemplate \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'