pipedream
pipedream copied to clipboard
[Components] flipando
flipando
URLs
- https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c
Actions
run-app
Prompt
Executes a chosen app within Flipando. Required prop is 'app_id' which should correspond to the specific app one wishes to execute. It returns a 'task_id' to be used in fetching the outcome of this action.
get-task
Prompt
Fetches data related to a specific task that is currently executed or had been executed previously. Required prop is 'task_id' which identifies the task. Returns relevant information related to the task.
get-all-apps
Prompt
Fetches a list of all apps that the user had created within Flipando. Does not need any props as it uses the user authorisation for fetching. Returns a comprehensive list of user's apps.