feat: add new photo trigger in flickr

This commit is contained in:
Ali BARIN
2022-04-15 20:29:04 +02:00
committed by Ömer Faruk Aydın
parent 1e00c7d14e
commit bf56b54aad
4 changed files with 107 additions and 1 deletions

View File

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