Combinations Generation
abuaboud opened this issue · 3 comments
abuaboud commented
Functional requirements:
- Should be in app
- One Trigger and One Action
- Show be viewed in the website.
It should be automatic not created in the builder and automatically generated
Abdallah-Alwarawreh commented
💀
abuaboud commented
Let's break it down into the following tasks:
- Generate JSON Sample (Communicate it with @AbdulTheActivePiecer) and write it here.
- Read Pieces Information and send them to open ai to generate top cases.
Abdallah-Alwarawreh commented
@AbdulTheActivePiecer
Here's some generated data, ill upload to firebase soon :D
[{
"name": "Create New Google Drive Folder for Each New Airtable Record",
"pieces": ["@activepieces/piece-airtable", "@activepieces/piece-google-drive"],
"flow": [{
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "new_record"
}, {
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "create_new_gdrive_folder"
}]
}, {
"name": "Create Google Drive Files for Every New Airtable Record",
"pieces": ["@activepieces/piece-airtable", "@activepieces/piece-google-drive"],
"flow": [{
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "new_record"
}, {
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "create_new_gdrive_file"
}]
}, {
"name": "Automate Google Drive Uploads for New Airtable Records",
"pieces": ["@activepieces/piece-airtable", "@activepieces/piece-google-drive"],
"flow": [{
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "new_record"
}, {
"piece": "@activepieces/piece-airtable",
"type": "trigger",
"name": "upload_gdrive_file"
}]
}]