Yeeflow

Yeeflow is a no-code application development platform that empowers you to build enterprise-class applications that run on mobile, tablet, and web. Create custom forms, configure workflows, build informative dashboard, and get your app up and running in minutes.

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 Yeeflow Support
URL https://support.yeeflow.com
Email support@yeeflow.com
Connector Metadata
Publisher Yeeflow Singapore PTE. LTD.
Website https://www.yeeflow.com/
Privacy policy https://www.yeeflow.com/privacy
Categories Productivity;Business Management

This connector allows you to access and operate your data in Yeeflow. And you can be notified when an item has been created, changed, deleted in Yeeflow and then making appropriate actions in other systems.

Prerequisites

First of all, you need to have an account in Yeeflow.

How to get credentials?

Yeeflow use OAuth 2.0 for authorization, you can simply use the connector by sign-in your Yeeflow account.

Known issues and limitations

We are continually expanding the capabilities of this connector, so if you have any questions about using this connector or need new features, please contact support@yeeflow.com!

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Add an item to a list

Add an item to a list

Add file to item

Adds a new file to a field of the specified list item.

Add file to library

Uploads a file to a library

Delete an item

Delete an item

Get an item by ID

Get an item by ID

Get fields of a list

Get fields of a list

Get file content

Get file content by file id

Get file properties

Get file properties array from a file field

Get library file

Get file content from library

Query items

Query items

Update an item by ID

Update an item by ID

Add an item to a list

Add an item to a list

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

body
body dynamic

Returns

Name Path Type Description
Item ID
Data string

ID of added item

Status
Status integer

0 is success

Message
Message string

Error message

Add file to item

Adds a new file to a field of the specified list item.

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Item ID
id True string

Field ID: ListDataID

Field
FieldID string

Select a field

File Name
FileName True string

File name.

body
body True binary

Returns

Name Path Type Description
Item ID
Data string

ID of modified item

Status
Status integer

0 is success

Message
Message string

Error message

Add file to library

Uploads a file to a library

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Path
path string

Path to the directory where the file to be created. Add folders if needed.

File Name
FileName True string

File name.

body
body True binary

Returns

Name Path Type Description
Item ID
Data string

ID of created item

Status
Status integer

0 is success

Message
Message string

Error message

Delete an item

Delete an item

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Item ID
id True string

Field ID: ListDataID

Returns

Name Path Type Description
Item ID
Data string

ID of deleted item

Status
Status integer

Status

Message
Message string

Message

Get an item by ID

Get an item by ID

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Item ID
id True string

Field ID: ListDataID

Returns

The outputs of this operation are dynamic.

Get fields of a list

Get fields of a list

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Returns

Name Path Type Description
Data
Data array of object

Data

FieldID
Data.FieldID string

Field ID

FieldName
Data.FieldName string

Field Name

DisplayName
Data.DisplayName string

Display Name

InternalName
Data.InternalName string

Internal Name

Type
Data.Type string

Type

DefaultValue
Data.DefaultValue string

Default Value

Rules
Data.Rules string

Rules

IsSort
Data.IsSort boolean

IsSort

IsIndex
Data.IsIndex boolean

IsIndex

IsSystem
Data.IsSystem boolean

IsSystem

IsUnique
Data.IsUnique boolean

IsUnique

Created
Data.Created string

Created

Modified
Data.Modified string

Modified

CreatedBy
Data.CreatedBy string

Created By

ModifiedBy
Data.ModifiedBy string

Modified By

Status
Status integer

Status

Message
Message string

Message

TotalCount
TotalCount integer

TotalCount

Get file content

Get file content by file id

Parameters

Name Key Required Type Description
File Identifier
id True string

File identifier retrieved by Get file properties

Returns

File Content
binary

Get file properties

Get file properties array from a file field

Parameters

Name Key Required Type Description
Field value
Field value string

The value of a file field.

Returns

Name Path Type Description
File Properties
Data array of object

The array of file property

id
Data.id string

File identifier

name
Data.name string

File name

fileSize
Data.fileSize integer

File size

Status
Status integer

0 is success

Message
Message string

Error message

Get library file

Get file content from library

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Item ID
id True string

Field ID: ListDataID

Returns

File Content
binary

Query items

Query items

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Field
Fields string

Select a field

Field
Field string

Select a field

Value
Value string

Value

Filter type
Type integer

https://developer.yeeflow.com/api/#defFilterTypes

Pre
Pre string

Relation to the previous condition

Field
Field string

Select a field

Is descending
Desc boolean

Desc

Page number
PageIndex integer

Page number

Page size
PageSize integer

Number of records per page

Returns

The outputs of this operation are dynamic.

Update an item by ID

Update an item by ID

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Item ID
id True string

Field ID: ListDataID

body
body dynamic

Returns

Name Path Type Description
Item ID
Data string

ID of updated item

Status
Status integer

Status

Message
Message string

Message

Triggers

When an item is created

When an item is created

When an item is created or modified

When an item is created or modified

When an item is deleted

When an item is deleted

When an item is modified

When an item is modified

When an item is created

When an item is created

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Returns

The outputs of this operation are dynamic.

When an item is created or modified

When an item is created or modified

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Returns

The outputs of this operation are dynamic.

When an item is deleted

When an item is deleted

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Returns

The outputs of this operation are dynamic.

When an item is modified

When an item is modified

Parameters

Name Key Required Type Description
Application
application True string

Select an application

List
listID True string

Select a list

Returns

The outputs of this operation are dynamic.

Definitions

binary

This is the basic data type 'binary'.