Map Pro
Map Pro is an application for Microsoft Teams that displays a map in any of your channels. This connector will allow you to manage existing places or create new ones.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions |
Power Automate | Premium | All Power Automate regions |
Power Apps | Premium | All Power Apps regions |
Contact | |
---|---|
Name | TeamsPro Support |
URL | https://www.teams-pro.com/en/contact-us/ |
teams-pro-help@witivio.com |
Connector Metadata | |
---|---|
Publisher | Witivio |
Website | https://developer.teams-pro.com/ |
Privacy policy | https://www.teams-pro.com/en/privacy-policy/ |
Categories | Collaboration;Productivity |
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 |
---|---|---|---|
TeamsPro Graph API Key | securestring | The subscription API key issued by TeamsPro Graph | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create a new place |
Create a new place |
Delete a place |
Delete a place |
Get a place |
Get a place by it's unique identifier |
Get all places |
Get all places of a map by it's unique identifier |
Update a place |
Update an existing place |
Create a new place
Create a new place
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Map ID
|
mapId | True | string |
The unique identifier of the map |
Title
|
title | True | string |
The title of the place |
Description
|
description | string |
The description of the place |
|
Address
|
address | True | string |
The address of the place |
Latitude
|
lat | True | double |
The latitude of the place |
Longitude
|
lng | True | double |
The longitude of the place |
Returns
The place of a map
- Body
- Place
Delete a place
Delete a place
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Map ID
|
mapId | True | string |
The unique identifier of the map |
Place ID
|
placeId | True | string |
The unique identifier of the place |
Get a place
Get a place by it's unique identifier
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Map ID
|
mapId | True | string |
The unique identifier of the map |
Place ID
|
placeId | True | string |
The unique identifier of the place |
Returns
The place of a map
- Body
- Place
Get all places
Get all places of a map by it's unique identifier
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Map ID
|
mapId | True | string |
The unique identifier of the map |
Returns
The list of places
- response
- array of Place
Update a place
Update an existing place
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Map ID
|
mapId | True | string |
The unique identifier of the map |
Place ID
|
placeId | True | string |
The unique identifier of the place |
Title
|
title | True | string |
The title of the place |
Description
|
description | string |
The description of the place |
|
Address
|
address | True | string |
The address of the place |
Latitude
|
lat | True | double |
The latitude of the place |
Longitude
|
lng | True | double |
The longitude of the place |
Returns
The place of a map
- Body
- Place
Definitions
Place
The place of a map
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
The unique identifier of the place |
Map ID
|
mapId | string |
The unique identifier of the map |
Title
|
title | string |
The title of the place |
Description
|
description | string |
The description of the place |
Address
|
address | string |
The address of the place |
Latitude
|
lat | double |
The latitude of the place |
Longitude
|
lng | double |
The longitude of the place |