Notiivy Browser Notifications (Preview)
Notiivy is a browser notification service allowing you to engage and communicate with users and customers without exhausting your email channel.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Notiivy Support |
URL | https://www.notiivy.com/support |
support@notiivy.com |
Connector Metadata | |
---|---|
Publisher | Notiivy |
Website | https://www.notiivy.com |
Privacy policy | https://www.notiivy.com/privacy |
Categories | Productivity;Communication |
Many organisations currently suffer from email fatigue whereby their email channel is being exhausted for mundane everyday notifications and alerts within a department or the business. By using browser notifications, this is an effective way to avoid email fatigue and spam when using applications like Dynamics 365 and PowerApps. Notiivy is completely integrated with the Microsoft Power Platform allowing users, both internal and external to the organisation, to receive rich persistent notifications based on triggers and data within the common data service and its data connectors.
Prerequisites
To used the Notiivy data connector an account at www.notiivy.com is required. Users can sign up for a free account at https://www.notiivy.com/Account/Register to get started.
How to get credentials
- Sign in to your Notiivy account dashboard at https://www.notiivy.com/account.
- On the Dashboard page you will see your API Key which is used to authenticate the Notiivy data connector and your account.
- To configure the API Key, log into Microsoft Power Automate or PowerApps.
- On the left side panel click the Data menu item and then Connections.
- At the top of the page click New Connection and select the Notiivy Browser Notification connection.
- When prompted for the API Key, use the API key visible in your Notiivy dashboard and click Create.
- The connection will now be created and can be used within Power Automate.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add a recipient as a subscriber |
Adds a recipient as a subscriber and returns their unique subscription url |
Remove a recipient as a subscriber |
Removes a recipient as a subscriber. |
Send a notification to many recipients |
Send a notification to all recipients in a specific category |
Send notification to recipient |
Send a defined browser notification to an individual recipient |
Add a recipient as a subscriber
Adds a recipient as a subscriber and returns their unique subscription url
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Recipient Unique ID
|
recipientUniqueID | True | string |
Uniquely identifiers the recipient when sending notifications to them. This can be a guid in the source system or unique attribute on their record. |
Recipient Name
|
RecipientName | string |
A name to identify the recipient by. |
|
Recipient Category
|
Category | True | string |
Categorise your recipients for bulk messages. |
Returns
Name | Path | Type | Description |
---|---|---|---|
statusCode
|
statusCode | integer |
statusCode |
message
|
message | string |
message |
Remove a recipient as a subscriber
Removes a recipient as a subscriber.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Recipient UID
|
recipientUID | string |
The recipient unique identifiers |
Returns
Name | Path | Type | Description |
---|---|---|---|
statusCode
|
statusCode | integer |
statusCode |
message
|
message | string |
message |
Send a notification to many recipients
Send a notification to all recipients in a specific category
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Category
|
category | True | string |
The category of the recipient eg staff customer |
Title
|
title | True | string |
The title of the notification |
Message Body
|
body | True | string |
The body of the notification |
Image Url
|
image | string |
The url of an image to display at the top of the notification |
|
Icon Url
|
icon | string |
The url of an icon to display on the notification |
|
Require Interaction
|
requireInteraction | boolean |
Requires the recipient to close the notification before hiding |
|
action
|
action | string |
Button action url |
|
title
|
title | string |
Button text |
Returns
Name | Path | Type | Description |
---|---|---|---|
statusCode
|
statusCode | integer |
statusCode |
message
|
message | string |
message |
Send notification to recipient
Send a defined browser notification to an individual recipient
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Recipient UID
|
recipientuid | True | string |
The unique ID of the recipient you are sending the notification to |
Title
|
title | True | string |
The title of the notification |
Message Body
|
body | True | string |
The body of the notification |
Image Url
|
image | string |
The url of an image to display at the top of the notification |
|
Icon Url
|
icon | string |
The url of an icon to display on the notification |
|
Require Interaction
|
requireInteraction | boolean |
Requires the recipient to close the notification before hiding |
|
action
|
action | string |
Button action url |
|
title
|
title | string |
Button text |
Returns
Name | Path | Type | Description |
---|---|---|---|
statusCode
|
statusCode | integer |
statusCode |
message
|
message | string |
message |