AddMessageTemplateToNotificationAsync

Returns (Task)

Register Message Template to the designated Notification Action.

Name Description
notification
messageTemplate

Add Message Template To Notification Async

Example in C#

// Returns: nothing
await client.AddMessageTemplateToNotificationAsync(NotificationActionInfo notification, MessageTemplateInfo messageTemplate);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/alarmactions/ALARMACTION.KEY/messagetemplate \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D 'MESSAGE_TEMPLATE_HREF'