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 |
---|---|---|
Copilot Studio | 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) |
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - 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) |
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) |
Contact | |
---|---|
Name | Yeeflow Support |
URL | https://support.yeeflow.com |
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 |
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 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 definition of an Agent |
Get the definition of an AI agent by agent ID. |
Get fields of a list |
Get fields of a list |
Get file content |
Get file content (Bytes) by file id. |
Get file properties |
Get file properties array from a file field |
Get library file |
Get file content (Bytes) from library. |
Query items |
Query items |
Run an Agent |
Execute an AI agent by Agent ID and required input parameters. |
Start a workflow |
Start a workflow by key and variables. ApplicantID is optional and is used when submitting an application on behalf of a specified user. |
Update an item by ID |
Update an item by ID |
Upload file |
Upload temporary file. The returned file object can be used to create a list item, initiate a process, and submit it to the agent. (Temporary files that are not referenced will be removed after a certain period of time.) |
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
Get definition of an Agent
Get the definition of an AI agent by agent ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Application
|
application | True | string |
Select an application |
Agent
|
agentID | True | string |
Select an Agent |
Returns
Name | Path | Type | Description |
---|---|---|---|
Id
|
Data.Id | string |
Agent ID |
Name
|
Data.Name | string |
Agent Name |
Description
|
Data.Description | string |
Agent Description |
InputVariables
|
Data.InputVariables | array of object |
Input Variables |
Id
|
Data.InputVariables.Id | string |
Variable ID |
Type
|
Data.InputVariables.Type | string |
Variable Type |
Description
|
Data.InputVariables.Description | string |
Variable Description |
OutputVariables
|
Data.OutputVariables | array of object |
Output Variables |
Id
|
Data.OutputVariables.Id | string |
Variable ID |
Type
|
Data.OutputVariables.Type | string |
Variable Type |
Description
|
Data.OutputVariables.Description | string |
Variable Description |
Status
|
Status | integer |
Status |
Message
|
Message | string |
Message |
TotalCount
|
TotalCount | integer |
TotalCount |
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 (Bytes) 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 (Bytes) 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 | ||
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
Run an Agent
Execute an AI agent by Agent ID and required input parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Application
|
application | True | string |
Select an application |
Agent
|
agentID | True | string |
Select an Agent |
body
|
body | dynamic |
Returns
Start a workflow
Start a workflow by key and variables. ApplicantID is optional and is used when submitting an application on behalf of a specified user.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Application
|
application | True | string |
Select an application |
Form
|
key | True | string |
Select a Form |
body
|
body | dynamic |
Returns
Name | Path | Type | Description |
---|---|---|---|
ApplicationID
|
Data.ApplicationID | string |
Workflow application ID |
FlowNo
|
Data.FlowNo | string |
Tracking NO. |
Status
|
Status | integer |
Status |
Message
|
Message | string |
Message |
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 |
Upload file
Upload temporary file. The returned file object can be used to create a list item, initiate a process, and submit it to the agent. (Temporary files that are not referenced will be removed after a certain period of time.)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File Name
|
FileName | True | string |
File name (with extension) |
body
|
body | True | binary |
Returns
Name | Path | Type | Description |
---|---|---|---|
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 |
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
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
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
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
Definitions
binary
This is the basic data type 'binary'.