Add flows to API and cron steps to fix INVALID EMIT error
This commit is contained in:
@@ -8,7 +8,8 @@ config = {
|
||||
'description': 'API-Endpunkt zum manuellen Auslösen des Calendar Sync für einen Mitarbeiter',
|
||||
'path': '/advoware/calendar/sync',
|
||||
'method': 'POST',
|
||||
'emits': ['calendar.sync.employee']
|
||||
'emits': ['calendar.sync.employee'],
|
||||
'flows': ['advoware']
|
||||
}
|
||||
|
||||
async def handler(req, context):
|
||||
|
||||
Reference in New Issue
Block a user