Pling (Preview)
Easily send notifications to users in your organization directly in a chat in Microsoft Teams. Requires installation of the Pling app in Microsoft Teams.
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 | IntraActive |
URL | https://intraactive.net/products/pling |
service@intraactive.dk |
Connector Metadata | |
---|---|
Publisher | Fellowmind Denmark |
Website | https://intraactive.net |
Privacy policy | https://intraactive.net/privacy-policy-pling |
Categories | Communication;Collaboration |
Send a beautiful Adaptive Card to one or more users in Microsoft Teams. You can manage templates and track messages from the companion app in Microsoft Teams Store called Pling. Pling is suitable both for individual notifications as well as mass messaging to many people at once.
Prerequisites
How to get credentials
After adding Pling to your Microsoft Teams, you can issue an API key from inside the app. You are also welcome to contact service@intraactive.dk for assistance.
Get started with your connector
After installing Pling in Microsoft Teams and obtaining your API key, then you are ready to use the Pling Connector. It will automatically detect your instances and templates and let you choose between them from inside the Power Automate user interface.
FAQ
Where will I get the API key?
You can issue an API key from inside the app. You are also welcome to contact service@intraactive.dk for assistance.
Where is my data stored?
The templates, tracking data, etc. that you create inside the app are stored in Azure.
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 service | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get profiles |
Gets a list of available profiles in your Pling app. This action is usually not needed but it is made available here for advanced purposes. A profile indicates an isolated instance of Pling and is a good way to separate Pling messages based on different legal entities in the same tenant. |
Get templates |
Get a list of available templates in your Pling app. Each template is an Adaptive Card that is managed inside the Pling app in Microsoft Teams. |
Send a Teams notification |
Send a notification to users in a Microsoft Teams chat by using Pling. You select a template to use for your message. Edit templates in the Pling app in Microsoft Teams. Pling must already be installed on your tenant. Individual users who receive a Pling message will get Pling automatically installed if they do not have it already. |
Get profiles
Gets a list of available profiles in your Pling app. This action is usually not needed but it is made available here for advanced purposes. A profile indicates an isolated instance of Pling and is a good way to separate Pling messages based on different legal entities in the same tenant.
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
id
|
id | string |
Profile id |
name
|
name | string |
Profile name |
Get templates
Get a list of available templates in your Pling app. Each template is an Adaptive Card that is managed inside the Pling app in Microsoft Teams.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile
|
profileId | True | string |
Select a profile |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
id
|
id | string |
Template id |
name
|
name | string |
Template name |
Send a Teams notification
Send a notification to users in a Microsoft Teams chat by using Pling. You select a template to use for your message. Edit templates in the Pling app in Microsoft Teams. Pling must already be installed on your tenant. Individual users who receive a Pling message will get Pling automatically installed if they do not have it already.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile
|
profileId | True | string |
Select a profile |
Title
|
title | True | string |
Title of the message |
Template
|
templateId | True | string |
Template for the message |
Content
|
content | True | string |
Content of the message |
Audience
|
audienceUsers | True | array of string |
Recipients of the message |
Additional template data
|
additionalTemplateData | object |