feat: add new album trigger in flickr

This commit is contained in:
Ali BARIN
2022-04-15 23:03:41 +02:00
committed by Ömer Faruk Aydın
parent bf56b54aad
commit 10723b1c00
3 changed files with 122 additions and 0 deletions

View File

@@ -286,6 +286,22 @@
"name": "Test trigger"
}
]
},
{
"name": "New album",
"key": "newAlbum",
"interval": "15m",
"description": "Triggers when you create a new album.",
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
},
{
"key": "testStep",
"name": "Test trigger"
}
]
}
]
}