GetMessageTemplateForNotificationAsync

Returns (Task)

Find the Message Template for the Designated Notification Action.

Name Description
notification

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://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/alarmactions/ALARMACTION.KEY/messagetemplate \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'