Connectors Reference

Ubiqod by Skiply

Ubiqod provides a simple and powerful platform to connect your Skiply IoT buttons and Qods to third party platforms. This connector triggers a flow every time data is sent by any of the IoT-devices or Qods belonging to the configured group.

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

DeleteRouting (string routingId, [Optional]string Content-Type)

Delete a routing

GetGroupsList (string provider, [Optional]string Content-Type)

Retrieve group list for user

 

Triggers:

Name

Summary

DataIn ([internal]string provider, [internal]string Content-Type, DataInParameterBody body)

When data is received from IoT-device or Qod

 

Objects:

Name

Summary

DataInParameterBody

 

GetGroupsListResponseItem

 

 

Actions:

DeleteRouting

Summary: Delete a routing

Description: Delete the routing of data to the trigger.

 

Syntax:

UbiqodbySkiply.DeleteRouting (string routingId, [Optional]string Content-Type)

 

Parameters:

Name

Type

Summary

Required

Related Action

routingId

string

(Routing ID)

The routingId is the unique identifier of the routing in the DB.

True

Content-Type

string

(Content Type of the data)

The Content-Type specifies that the data is sent in json format.

False

 

Returns:

 

GetGroupsList

Summary: Retrieve group list for user

Description: Retrieve group list for user, to be used in dynamic fields.

 

Syntax:

UbiqodbySkiply.GetGroupsList (string provider, [Optional]string Content-Type)

 

Parameters:

Name

Type

Summary

Required

Related Action

provider

string(byte)

(Origin of the request)

This parameter is used by Ubiqod to determine the origin of the request.

True

Content-Type

string(byte)

(Content Type of data)

The Content-Type specifies that the data is sent on json format.

False

 

Returns:

          Type:array of (GetGroupsListResponseItem)

 

Triggers:

Trigger DataIn

Summary: When data is received from IoT-device or Qod

Description: This operation triggers when one of the IoT-devices or Qods in the target group sends data.

 

Syntax:

UbiqodbySkiply.DataIn ([internal]string provider, [internal]string Content-Type, DataInParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

provider

string

(Origin of the request)

This parameter is used by Ubiqod to determine the origin of the request.

True

Content-Type

string

(Content Type of Data)

The Content-Type specifies that the data is sent on json format.

True

body

DataInParameterBody

 

 

True

 

Returns:

 


 

DataInParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

group_id

integer(int32)

 

Name of the Ubiqod group you want to link to this trigger.

hookUrl

string(byte)

 

URL of the webhook where we will post data.


 

GetGroupsListResponseItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

integer(int32)

 

ID of the group in the Ubiqod account.

group_name

string

 

Name of the group in the Ubiqod account.