Connectors Reference

Notifications

The notification service enables notifications created by a flow to go to your email account or Microsoft Flow mobile app.

 

Status:

Tier: Standard

Version: 1.0

 

Actions:

Name

Summary

SendNotification (NotificationDefinition NotificationDefinition)

Send me a mobile notification

SendEmailNotification (NotificationEmailDefinition NotificationEmailDefinition)

Send me an email notification

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

NotificationDefinition

 

NotificationEmailDefinition

 

 

Actions:

SendNotification

Summary: Send me a mobile notification

Description: Sends a push notification to your Microsoft Flow mobile app.

 

Syntax:

Notifications.SendNotification (NotificationDefinition NotificationDefinition)

 

Parameters:

Name

Type

Summary

Required

Related Action

NotificationDefinition

NotificationDefinition

 

 

True

 

Returns:

 

SendEmailNotification

Summary: Send me an email notification

Description: Sends an email notification to the account you signed in to Microsoft Flow with.

 

Syntax:

Notifications.SendEmailNotification (NotificationEmailDefinition NotificationEmailDefinition)

 

Parameters:

Name

Type

Summary

Required

Related Action

NotificationEmailDefinition

NotificationEmailDefinition

 

 

True

 

Returns:

 


 

NotificationDefinition

Summary:

Description:

 

          Properties:

Name

Type

Summary

notificationText

string

Text

Create a notification message

notificationLink

NotificationLink

 

Custom notification link

 

NotificationLink

Summary:

Description: Custom notification link

 

          Properties:

Name

Type

Summary

uri

string

Link

Include a link in the notification

label

string

Link label

The display name for the link

 


 

NotificationEmailDefinition

Summary:

Description:

 

          Properties:

Name

Type

Summary

notificationSubject

string

Subject

Notification email subject

notificationBody

string

Body

Notification email body