SkyPoint Cloud (Preview)

SkyPoint Cloud is a Modern Data Stack Platform that allows you to centralize your data and create a single source of truth breaking down data silos and getting more value from your data. SkyPoint connector provides a set of endpoints to work with SkyPoint platform instances and tables.

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 SkyPoint Cloud Support
URL https://skypointcloud.com/customer-support/
Email support@skypointcloud.com
Connector Metadata
Publisher SkyPoint Cloud
Website https://skypointcloud.com/
Privacy policy https://privacy.skypointcloud.com/
Categories Data;Website

Prerequisites

You will need the following to proceed:

  • A Microsoft Power Apps or Power Automate plan with custom connector feature
  • User credentials from SkyPoint Cloud Application

How to get credentials?

  • Sign up for SkyPoint Cloud Application using this link.
  • Choose the plan and continue to signup using a social account or local sign-up.
  • Upon successful signup, you will have credentials with you.

How to use?

  • Create new flow in Power Automate
  • Choose SkyPoint Cloud Connector using search
  • Select any action or trigger available from the list
  • Upon clicking on any dropdown/item it will prompt the user login screen for SkyPoint Cloud
  • After successful authentication all the dynamic values will be populated step by step
  • Choose tenant and instance to proceed
  • Save and run it to see the output

Support and documentation

For any queries or if you need any assistance, please contact support@skypointcloud.com or visit SkyPoint Cloud Support.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get Entities

This operation gets entities from an instance

Get item of an entitiy

This operation gets an item from an entity

Get items from an entity

This operation gets items from an entity

Get Entities

This operation gets entities from an instance

Parameters

Name Key Required Type Description
Tenant Id
tenantId True string

Identifier of a tenant

Instance Id
instanceId True string

Identifier of an instance

Returns

Name Path Type Description
array of object
id
id string

id

name
name string

name

description
description string

description

sourceName
sourceName string

sourceName

attributes
attributes array of object

attributes

name
attributes.name string

name

datatype
attributes.datatype string

datatype

groupId
groupId string

groupId

objectId
objectId string

objectId

createdBy
createdBy string

createdBy

annotations
annotations array of object

annotations

name
annotations.name string

name

value
annotations.value string

value

partitions
partitions array of object

partitions

name
partitions.name string

name

refreshtime
partitions.refreshtime string

refreshtime

schemaDescription
schemaDescription string

schemaDescription

modifiedTime
modifiedTime string

modifiedTime

Get item of an entitiy

This operation gets an item from an entity

Parameters

Name Key Required Type Description
Tenant Id
tenantId True string

Identifier of a tenant

Instance Id
instanceId True string

Identifier of an instance

Entity name
entityName True string

Name of an entity

Item id
itemId True string

Identifier for the item

Returns

Get items from an entity

This operation gets items from an entity

Parameters

Name Key Required Type Description
Tenant Id
tenantId True string

Identifier of a tenant

Instance Id
instanceId True string

Identifier of an instance

Entity name
entityName True string

Name of an entity

Select Query
$select string

Specific fields to retrieve from entries (default = all)

Filter Query
$filter string

An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123).

Top Count
top string

Total number of entries to retrieve (default = 100).

Skip Count
skip string

The number of entries to skip (default = 0).

Returns

Triggers

When a dataflow refresh is completed

Endpoint for notifications when a dataflow refresh is completed.

When a dataflow refresh is failed

Endpoint for notifications when a dataflow refresh is failed.

When a dataflow refresh is completed

Endpoint for notifications when a dataflow refresh is completed.

Parameters

Name Key Required Type Description
Tenant Id
tenantId True string

Identifier of a tenant

Instance Id
instanceId True string

Identifier of an instance

Events
Events True array of string

Events

Returns

Name Path Type Description
array of object
activityId
activityId integer

activityId

status
status string

status

runId
runId string

runId

name
name string

name

startTime
startTime string

startTime

endTime
endTime string

endTime

detail
detail string

detail

When a dataflow refresh is failed

Endpoint for notifications when a dataflow refresh is failed.

Parameters

Name Key Required Type Description
Tenant Id
tenantId True string

Identifier of a tenant

Instance Id
instanceId True string

Identifier of an instance

Events
Events True array of string

Events

Returns

Name Path Type Description
array of object
activityId
activityId integer

activityId

status
status string

status

runId
runId string

runId

name
name string

name

startTime
startTime string

startTime

endTime
endTime string

endTime

detail
detail string

detail