twenty/packages/twenty-apps/fireflies/serverlessFunctions/receive-fireflies-notes/serverlessFunction.manifest.jsonc

20 lines
676 B
Text
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/serverlessFunction.schema.json",
"universalIdentifier": "0765206a-a58d-4ecf-a5a4-23d1d2095f4e",
"name": "receive-fireflies-notes",
"description": "Receives Fireflies webhooks, fetches meeting summaries, and stores them in Twenty.",
"code": {
"src": "serverlessFunctions/receive-fireflies-notes/src/receive-fireflies-notes.ts"
},
"triggers": [
{
"universalIdentifier": "7742d477-4057-436d-9298-565f2934cf1a",
"type": "route",
"path": "/webhook/fireflies",
"httpMethod": "POST",
"isAuthRequired": true
}
]
}