mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
19 lines
676 B
Text
19 lines
676 B
Text
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|
|
|