Files
twenty/packages/twenty-apps/stripe-synchronizer/serverlessFunctions/stripe/serverlessFunction.manifest.jsonc
T
BOHEUSandGitHub 6065fa61c7 Stripe synchronizer extension (#15515)
Challenge 7 from "Call for projects" list
2025-11-04 12:09:26 +01:00

14 lines
425 B
JSON

{
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/schemas/serverlessFunction.schema.json",
"universalIdentifier": "cd15a738-18a5-406e-8b83-959dc52ebe14",
"name": "stripe",
"triggers": [
{
"universalIdentifier": "55f58e19-d832-43c4-9f8b-3f29fc05c162",
"type": "route",
"path": "/stripe",
"httpMethod": "POST",
"isAuthRequired": false
}
]
}