…
|
||
---|---|---|
.. | ||
apiDefinition.swagger.json | ||
apiProperties.json | ||
readme.md |
readme.md
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.
Yeeflow 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.
Pre-requisites
First of all, you need to have an account in Yeeflow.
API documentation
The API documentation can be found here https://developer.yeeflow.com/api/
Supported Operations
- Add an item to a list: This action will create an item in selected list.
- Get an item by ID: This action can be used to get an item of selected list by item ID.
- Update an item by ID: This action will update an item in selected list.
- Delete an item: This action will delete an item in selected list.
- Get fields of a list: This action will get the field definitions of a list.
- Query items: This action can be used to query items of selected list. The detailed description of the API can be found here Query list items
Supported Triggers
- When an item is created: Trigger when an item is created in selected list.
- When an item is created or modified: Trigger when an item is created or modified in selected list.
- When an item is deleted: Trigger when an item is deleted in selected list.
- When an item is modified: Trigger when an item is modified in selected list.