mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
As title - move all applications and browser extension into a `packages/twenty-apps/hacktoberfest-2025` folder
14 lines
No EOL
468 B
Text
14 lines
No EOL
468 B
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
|
|
"universalIdentifier": "dae52ab2-174f-4f81-a031-604ee2e81eba",
|
|
"name": "ai-meeting-transcriptor",
|
|
"triggers": [
|
|
{
|
|
"universalIdentifier": "b011303d-2c24-44d4-9923-55eb060a1ff6",
|
|
"type": "route",
|
|
"path": "/webhook/transcript",
|
|
"httpMethod": "POST",
|
|
"isAuthRequired": false
|
|
}
|
|
]
|
|
} |