Tago (Preview)
Tago provides easy connection of electronic devices with external data to drive smarter decisions using contextual analysis.
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 | |
---|---|
contact@tago.io |
Connector Metadata | |
---|---|
Publisher | Tago LLC |
Website | https://tago.io |
Privacy policy | https://tago.io/privacy |
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 |
---|---|---|---|
Username | string | The username for this api. | True |
Password | securestring | The password for this api. | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get data |
This operation returns the data from a given device on Tago. |
Post data |
This operation is used to post new data to Tago. |
Get data
This operation returns the data from a given device on Tago.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Device
|
device | True | string |
Choose a device or enter the device id. (max. of 100 devices will be shown) |
Variable
|
variable | True | string |
Variable name. |
Query
|
query | string |
Type of query. |
|
Quantity
|
qty | integer |
Maximum number of data to be returned. |
|
Timezone
|
timezone | string |
The timezone the device is located in. |
|
Start Date
|
start_date | date-time |
Example: 2017-03-15T00:00:00Z |
|
End Date
|
end_date | date-time |
Example: 2017-03-15T23:59:59Z |
|
Serie
|
serie | string |
Unique sequence identifier. |
Returns
Post data
This operation is used to post new data to Tago.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Device
|
device | True | string |
Choose a device or enter the device id (max. of 100 devices will be shown). |
Variable
|
variable | True | string |
Name of the variable you are tracking. |
Value
|
value | True | string |
Value of the variable. |
Timezone
|
timezone | string |
Choose a timezone. Default is UTC. |
|
Timestamp
|
time | date-time |
Example: 2017-03-15T15:00:00Z |
|
Serie
|
serie | string |
Unique sequence identifier for this data. Example: 0001 |
|
Unit
|
unit | string |
Unit associated with the value of the variable. |
Returns
- Body
- PostData_Response
Triggers
When a condition is matched |
This operation triggers a flow when the variable that matches a given condition is posted. |
When a condition is matched
This operation triggers a flow when the variable that matches a given condition is posted.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Device
|
device | True | string |
Choose a device or enter the device id. (max. of 100 devices will be shown) |
Variable
|
variable | True | string |
Name of the variable. |
Condition
|
condition | True | string |
A condition on how to evaluate the value. |
Value
|
value | string |
Use ‘False’ or ‘True’ for a boolean value. Use double quotes for a string value. Example – \“my string\” |
Returns
Definitions
PostData_Response
Name | Path | Type | Description |
---|---|---|---|
result
|
result | string |