twenty/packages/twenty-apps/hacktoberfest-2025/activity-summary/serverlessFunctions/summarise-and-send/serverlessFunction.manifest.jsonc
martmull 59f3f03539
Move browser-extension to proper folder (#15608)
As title
- move all applications and browser extension into a
`packages/twenty-apps/hacktoberfest-2025` folder
2025-11-04 15:28:09 +00:00

12 lines
398 B
Text

{
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
"universalIdentifier": "c5b0e3f7-cbbd-4bd6-b01c-150d52cf2ce9",
"name": "summarise-and-send",
"triggers": [
{
"universalIdentifier": "36e1c4c7-8664-4d6d-a88f-ac56f1bd0651",
"type": "cron",
"schedule": "0 9 * * *"
}
]
}